fix(spec): Correct bom from U+FFEF to U+FEFF (#153)

This commit is contained in:
Chris Morgan 2021-09-14 13:17:20 +10:00 committed by GitHub
parent 3df2b719a0
commit 785abebfc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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`)