Skip to content

Commit

Permalink
grammar: fix ASCII range typo
Browse files Browse the repository at this point in the history
  • Loading branch information
McSinyx authored and andrewrk committed Apr 2, 2024
1 parent 4794c6a commit 5835e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/langref.html.in
Original file line number Diff line number Diff line change
Expand Up @@ -12746,7 +12746,7 @@ mb_utf8_literal <-
/ oxE0 oxA0_oxBF ox80_oxBF
/ oxC2_oxDF ox80_oxBF

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

char_escape
<- "\\x" hex hex
Expand Down

0 comments on commit 5835e5e

Please sign in to comment.