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