authorgravatar for cnx@loang.netNguyễn Gia Phong <cnx@loang.net> 2024-04-02 18:22:19+09:00
committergravatar for andrew@ziglang.orgAndrew Kelley <andrew@ziglang.org> 2024-04-02 13:46:11-07:00
log5835e5ec9a53dd6fc6d26e3195e4b1e408bee641
tree2786206839dca865ce2386adb3557062c28804ba
parent4794c6a526ea507984af8aa460a6897da1c7c785

grammar: fix ASCII range typo


1 files changed, 1 insertions(+), 1 deletions(-)

doc/langref.html.in+1-1
...@@ -12746,7 +12746,7 @@ mb_utf8_literal <-...@@ -12746,7 +12746,7 @@ mb_utf8_literal <-
12746 / oxE0 oxA0_oxBF ox80_oxBF12746 / oxE0 oxA0_oxBF ox80_oxBF
12747 / oxC2_oxDF ox80_oxBF12747 / oxC2_oxDF ox80_oxBF
1274812748
12749ascii_char_not_nl_slash_squote <- [\000-\011\013-\046-\050-\133\135-\177]12749ascii_char_not_nl_slash_squote <- [\000-\011\013-\046\050-\133\135-\177]
1275012750
12751char_escape12751char_escape
12752 <- "\\x" hex hex12752 <- "\\x" hex hex