From 742489efe7507de46af2452e96169a326ab6f7ec Mon Sep 17 00:00:00 2001 From: Ben Reinhart Date: Wed, 15 Sep 2021 19:01:02 -0400 Subject: [PATCH] Use same order from grammar definition --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index a9a1dfa..f133c9d 100644 --- a/SPEC.md +++ b/SPEC.md @@ -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