From 6617e2ad473797db86441c83b5d2074ed71845e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kat=20March=C3=A1n?= Date: Fri, 18 Dec 2020 12:54:52 -0800 Subject: [PATCH] fix code point --- SPEC.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SPEC.md b/SPEC.md index f7c6b45..950cacc 100644 --- a/SPEC.md +++ b/SPEC.md @@ -90,7 +90,7 @@ The following characters cannot be used anywhere in a bare [Identifier](#identifier): * Any codepoint with hexadecimal value `0x20` or below. -* Any codepoint with hexadecimal value higher than `0x10FFF`. +* Any codepoint with hexadecimal value higher than `0x10FFFF`. * Any of "\\{};[]=," ### Line Continuation