Use same order from grammar definition

This commit is contained in:
Ben Reinhart 2021-09-15 19:01:02 -04:00
parent 8a28fd1c5e
commit 742489efe7
1 changed files with 1 additions and 1 deletions

View File

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