Skip to content

Commit

Permalink
Merge pull request #687 from Zij-IT/fixes/then_docs
Browse files Browse the repository at this point in the history
then_docs: fix what was likely a copy-paste error
  • Loading branch information
zesterer authored Oct 22, 2024
2 parents 3c75963 + c79cc51 commit c3210ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1033,7 +1033,7 @@ pub trait Parser<'a, I: Input<'a>, O, E: ParserExtra<'a, I> = extra::Default>:
}

/// Parse one thing and then another thing, creating the second parser from the result of
/// the first. If you don't need the context in the output, use [`Parser::then_with_ctx`].
/// the first. If you do need the context in the output, use [`Parser::then_with_ctx`].
///
/// The output of this parser is `U`, the result of the second parser
///
Expand Down

0 comments on commit c3210ee

Please sign in to comment.