Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zevv committed Feb 3, 2024
1 parent b9051a6 commit fa47bbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -554,7 +554,7 @@ the `^` operator is matched, either one of the next three cases applies:
- `P ^ 0`: resets the current precedence to 0 and continues parsing. This main
use case for this is parsing sub-expressions in parentheses.

The heart of a Prett parser in NPeg would look something like this:
The heart of a Pratt parser in NPeg would look something like this:

```nim
exp <- prefix * *infix
Expand Down

0 comments on commit fa47bbe

Please sign in to comment.