Skip to content

Commit

Permalink
Fix #227
Browse files Browse the repository at this point in the history
  • Loading branch information
bakpakin committed Jul 11, 2024
1 parent 5ce08d9 commit 9ddfe37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/docs/peg.mdz
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,7 @@ grammars simpler.
@td{ Capture a big endian, signed, two's complement integer from
@code`num-bytes`. Works for 1 to 8 byte integers. }}

@tr{@td{@code`(lenprefix n patt ?tag)` }
@tr{@td{@code`(lenprefix n patt)` }
@td{ Matches n repetitions of a pattern, where n is supplied from other
parsed input and is not a constant. }}

Expand Down

0 comments on commit 9ddfe37

Please sign in to comment.