From 4289842dd5be9d6440112fe285353ce5355a47a0 Mon Sep 17 00:00:00 2001 From: Daniel Barclay Date: Sat, 17 Sep 2016 12:58:05 -0400 Subject: SI-9924: Fix: Spec. refers to U+007F (DELETE) as printable character Fixed "\u0020 - \u007F" to "\u0020 - \u007E". (Also fixed/clarified punctuation and grammar.) --- spec/01-lexical-syntax.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/01-lexical-syntax.md b/spec/01-lexical-syntax.md index 4e92c7cf7b..e4764c10dc 100644 --- a/spec/01-lexical-syntax.md +++ b/spec/01-lexical-syntax.md @@ -41,7 +41,7 @@ classes (Unicode general category given in parentheses): 1. Parentheses `‘(’ | ‘)’ | ‘[’ | ‘]’ | ‘{’ | ‘}’ `. 1. Delimiter characters ``‘`’ | ‘'’ | ‘"’ | ‘.’ | ‘;’ | ‘,’ ``. 1. Operator characters. These consist of all printable ASCII characters - `\u0020` - `\u007F` which are in none of the sets above, mathematical + (`\u0020` - `\u007E`) that are in none of the sets above, mathematical symbols (`Sm`) and other symbols (`So`). ## Identifiers -- cgit v1.2.3