Skip to content
This repository was archived by the owner on Feb 18, 2025. It is now read-only.

Commit 03e3545

Browse files
committed
fixup!
1 parent 5f5a3fd commit 03e3545

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ contributors: Jordan Harband
5252
</h1>
5353
<dl class="header">
5454
<dt>description</dt>
55-
<dd>If the code unit represents a RegExp punctuator that needs escaping, or ASCII whitespace, it produces the code units for *"\x"* followed by the relevant escape code. If the code unit represents non-ASCII white space, it produces the code units for *"\u"* followed by the relevant escape code. Otherwise, it returns a List containing the original code unit.</dd>
55+
<dd>If _c_ represents a RegExp punctuator that needs escaping, or ASCII whitespace, it produces the code points for *"\x"* followed by the relevant escape code. If _c_ represents non-ASCII white space, it produces the code points for *"\u"* followed by the relevant escape code. Otherwise, it returns a List containing _c_.</dd>
5656
</dl>
5757

5858
<emu-alg>

0 commit comments

Comments
 (0)