From 785abebfc507ff6b7bdeac07dcd384ac7a0d0c49 Mon Sep 17 00:00:00 2001 From: Chris Morgan Date: Tue, 14 Sep 2021 13:17:20 +1000 Subject: [PATCH] fix(spec): Correct bom from U+FFEF to U+FEFF (#153) --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`)