From 4bc999dfba270cc8b08b278cff77dd65ebff56a9 Mon Sep 17 00:00:00 2001 From: Michael Ficarra Date: Mon, 29 Aug 2022 22:46:12 -0600 Subject: [PATCH] use DecimalDigit --- spec.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec.html b/spec.html index edc9367845..d51ba98e63 100644 --- a/spec.html +++ b/spec.html @@ -35941,7 +35941,7 @@

CharacterClassEscape :: `d` - 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. CharacterClassEscape :: `D`