Update SPEC.md

Co-authored-by: Lily Ballard <lily@sb.org>
This commit is contained in:
Kat Marchán 2020-12-15 23:14:53 -08:00 committed by GitHub
parent 5845e31d6c
commit 6ea632d6e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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