Skip to content

Commit

Permalink
Fixed docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zesterer committed Feb 7, 2022
1 parent 740cdb5 commit dd4b112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/recursive.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! "What's so unpleasant about being drunk?"
//! "You ask a glass of water.”*
//!
//! The [`recursive`] function covers most cases, but sometimes it's necessary to manually control the declaration and
//! The [`recursive()`] function covers most cases, but sometimes it's necessary to manually control the declaration and
//! definition of parsers more corefully, particularly for mutually-recursive parsers. In such cases, the functions on
//! [`Recursive`] allow for this.
Expand Down

0 comments on commit dd4b112

Please sign in to comment.