Skip to content
This repository was archived by the owner on Apr 2, 2026. It is now read-only.

Commit a468b9f

Browse files
authored
chore: fix typo in recursion.md (#851)
1 parent 679f643 commit a468b9f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

guide/recursion.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ calling itself again... forever. We've created infinite recursion. No dice.
6666

6767
## A Solution
6868

69-
To get us out of this somewhat sticky bind, chumsky provides a special combinator called `recursive`. I allows us to
69+
To get us out of this somewhat sticky bind, chumsky provides a special combinator called `recursive`. It allows us to
7070
refer to a parser within its own definition - without getting us caught in recursive hot water.
7171

7272
```rust

0 commit comments

Comments
 (0)