Skip to content

Commit

Permalink
Merge pull request scala#5406 from dsbos/dsbos-SI-9924
Browse files Browse the repository at this point in the history
SI-9924: Fix: Spec. refers to U+007F (DELETE) as printable character
  • Loading branch information
SethTisue authored Oct 21, 2016
2 parents 7b18cca + 4289842 commit aed4d94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/01-lexical-syntax.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit aed4d94

Please sign in to comment.