fix code point

This commit is contained in:
Kat Marchán 2020-12-18 12:54:52 -08:00
parent 4955517118
commit 6617e2ad47
No known key found for this signature in database
GPG Key ID: AEB529C08A3C7E9E
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@ The following characters cannot be used anywhere in a bare
[Identifier](#identifier):
* Any codepoint with hexadecimal value `0x20` or below.
* Any codepoint with hexadecimal value higher than `0x10FFF`.
* Any codepoint with hexadecimal value higher than `0x10FFFF`.
* Any of "\\{};[]=,"
### Line Continuation