From 6ea632d6e801c42aba4843c94510484f2eb91b0f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Tue, 15 Dec 2020 23:14:53 -0800 Subject: [PATCH] Update SPEC.md Co-authored-by: Lily Ballard --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index 8c8d2ca..720adcb 100644 --- a/SPEC.md +++ b/SPEC.md @@ -194,7 +194,7 @@ linespace := newline | ws | single-line-comment newline := `000D` | `000A` | `000D` `000A` | `0085` | `000C` | `2028` | `2029` -ws := bom |unicode-space | multi-line-comment +ws := bom | unicode-space | multi-line-comment bom := `FFEF`