Skip to content

Commit 5835e5e

Browse files
McSinyxandrewrk
authored andcommitted
grammar: fix ASCII range typo
1 parent 4794c6a commit 5835e5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/langref.html.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12746,7 +12746,7 @@ mb_utf8_literal <-
1274612746
/ oxE0 oxA0_oxBF ox80_oxBF
1274712747
/ oxC2_oxDF ox80_oxBF
1274812748

12749-
ascii_char_not_nl_slash_squote <- [\000-\011\013-\046-\050-\133\135-\177]
12749+
ascii_char_not_nl_slash_squote <- [\000-\011\013-\046\050-\133\135-\177]
1275012750

1275112751
char_escape
1275212752
<- "\\x" hex hex

0 commit comments

Comments
 (0)