diff --git a/SPEC.md b/SPEC.md index 01b9692..a3d5504 100644 --- a/SPEC.md +++ b/SPEC.md @@ -189,7 +189,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 `10FFF` | +| Unicode Escape | `\u{(0-6 hex chars)}` | Code point described by hex characters, up to `10FFFF` | ### Raw String