summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSeth Tisue <seth@tisue.net>2016-10-20 21:19:42 -0700
committerGitHub <noreply@github.com>2016-10-20 21:19:42 -0700
commitaed4d942cbf19898ee6b7852358115305bd0a976 (patch)
treeef295205a885ac712c9aff154c712fd9f0bdd8c6
parent7b18ccac5799846b7abfba4336195e3605d1c1a6 (diff)
parent4289842dd5be9d6440112fe285353ce5355a47a0 (diff)
downloadscala-aed4d942cbf19898ee6b7852358115305bd0a976.tar.gz
scala-aed4d942cbf19898ee6b7852358115305bd0a976.tar.bz2
scala-aed4d942cbf19898ee6b7852358115305bd0a976.zip
Merge pull request #5406 from dsbos/dsbos-SI-9924
SI-9924: Fix: Spec. refers to U+007F (DELETE) as printable character
-rw-r--r--spec/01-lexical-syntax.md2
1 files changed, 1 insertions, 1 deletions
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