Fixed inconsistency between spec wording and BNF

This commit is contained in:
Sera Brocious 2021-04-12 02:26:10 -04:00
parent 44c295358e
commit 950786d375
1 changed files with 1 additions and 1 deletions

View File

@ -190,7 +190,7 @@ interpreted as described in the following table:
| Quotation Mark (Double Quote) | `\"` | `U+0022` |
| Backspace | `\b` | `U+0008` |
| Form Feed | `\f` | `U+000C` |
| Unicode Escape | `\u{(0-6 hex chars)}` | Code point described by hex characters, up to `10FFFF` |
| Unicode Escape | `\u{(1-6 hex chars)}` | Code point described by hex characters, up to `10FFFF` |
### Raw String