Skip to content

Commit 9c2731d

Browse files
hexits
1 parent da5c37a commit 9c2731d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -588,7 +588,7 @@ <h1>Terminal Symbols</h1>
588588
<p>In contrast, in the syntactic grammar, a contiguous run of fixed-width code points is a single terminal symbol.</p>
589589
<p>Terminal symbols come in two other forms:</p>
590590
<ul>
591-
<li>In the lexical and RegExp grammars, Unicode code points without a conventional printed representation are instead shown in the form "&lt;U+0000 (NULL)>" where `0000` is 4 to 6 hexits representing the code point in hexadecimal notation and `NULL` is the code point name.</li>
591+
<li>In the lexical and RegExp grammars, Unicode code points without a conventional printed representation are instead shown in the form "&lt;U+0000 (NULL)>" where `0000` is 4 to 6 hexadecimal digits representing the code point in hexadecimal notation and `NULL` is the code point name.</li>
592592
<li>In the syntactic grammar, certain terminal symbols (e.g. |IdentifierName| and |RegularExpressionLiteral|) are shown in italics, as they refer to the nonterminals of the same name in the lexical grammar.</li>
593593
</ul>
594594
</emu-clause>

0 commit comments

Comments
 (0)