diff --git a/SPEC.md b/SPEC.md index 0ecac35..8e0f703 100644 --- a/SPEC.md +++ b/SPEC.md @@ -466,7 +466,7 @@ newline := See Table (All line-break white_space) ws := bom | unicode-space | multi-line-comment -bom := '\u{FFEF}' +bom := '\u{FEFF}' unicode-space := See Table (All White_Space unicode characters which are not `newline`)