Skip to content

Commit

Permalink
typo (#1780)
Browse files Browse the repository at this point in the history
  • Loading branch information
ugur-a authored Oct 7, 2024
1 parent 29c48cc commit 5455747
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/multi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ where

/// Alternates between two parsers to produce a list of elements until [`Err::Error`].
///
/// Fails if the element parser does not produce at least one element.$
/// Fails if the element parser does not produce at least one element.
///
/// This stops when either parser returns [`Err::Error`] and returns the results that were accumulated. To instead chain an error up, see
/// [`cut`][crate::combinator::cut].
Expand Down

0 comments on commit 5455747

Please sign in to comment.