Skip to content

Commit

Permalink
use DecimalDigit
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelficarra committed Aug 30, 2022
1 parent c4ecfbe commit 4bc999d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec.html
Original file line number Diff line number Diff line change
Expand Up @@ -35941,7 +35941,7 @@ <h1>
<!-- CharacterClassEscape -->
<emu-grammar>CharacterClassEscape :: `d`</emu-grammar>
<emu-alg>
1. Return the ten-element CharSet containing the characters in the inclusive interval from `0` to `9`.
1. Return the ten-element CharSet containing all characters corresponding to a code point on the right-hand side of the |DecimalDigit| production.
</emu-alg>
<emu-grammar>CharacterClassEscape :: `D`</emu-grammar>
<emu-alg>
Expand Down

0 comments on commit 4bc999d

Please sign in to comment.