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

Commit 4ecfdbf

Browse files
committed
[spec] more PR feedback
1 parent 6db0d25 commit 4ecfdbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec.emu

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ contributors:
3131
1. Let _escaped_ be the empty String.
3232
1. Let _cpList_ be StringToCodePoints(_S_).
3333
1. For each code point _c_ of _cpList_, do
34-
1. If _escaped_ is the empty String, and _c_ is matched by |DecimalDigit| or |AsciiLetter|, then
34+
1. If _escaped_ is the empty String and _c_ is matched by either |DecimalDigit| or |AsciiLetter|, then
3535
1. NOTE: Escaping a leading digit ensures that output corresponds with pattern text which may be used after a `\0` character escape or a |DecimalEscape| such as `\1` and still match _S_ rather than be interpreted as an extension of the preceding escape sequence. Escaping a leading ASCII letter does the same for the context after `\c`.
3636
1. Let _numericValue_ be the numeric value of _c_.
3737
1. Let _hex_ be Number::toString(𝔽(_numericValue_), 16).

0 commit comments

Comments
 (0)