diff --git a/src/multi/mod.rs b/src/multi/mod.rs index 174bae00..a1436d6d 100644 --- a/src/multi/mod.rs +++ b/src/multi/mod.rs @@ -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].