summaryrefslogtreecommitdiff
path: root/docs/c1/grammar/peg.txt
diff options
context:
space:
mode:
Diffstat (limited to 'docs/c1/grammar/peg.txt')
-rw-r--r--docs/c1/grammar/peg.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/c1/grammar/peg.txt b/docs/c1/grammar/peg.txt
index 1e060ec..c391162 100644
--- a/docs/c1/grammar/peg.txt
+++ b/docs/c1/grammar/peg.txt
@@ -43,7 +43,7 @@ QuotStrChar <- (!["\\] .)
StringEsc <- '\' / '|' / '"' / ( HTAB / SP )* LF ( HTAB / SP )*
/ 'a' / 'b' / 't' / 'n' / 'v' / 'f' / 'r' / 'e'
- / 'x' HexByte+ ';'
+ / 'x' HexByte* ';'
/ 'u' UnicodeSV ';'
HexByte <- HEXDIG HEXDIG