Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Sep 18, 2023
1 parent fd62b3b commit 7c590ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/combinator/multi.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ where
})
}

/// [`Accumulate`] the output of a parser, interleaed with `sep`
/// [`Accumulate`] the output of a parser, interleaved with `sep`
///
/// This stops when either parser returns [`ErrMode::Backtrack`]. To instead chain an error up, see
/// [`cut_err`][crate::combinator::cut_err].
Expand Down Expand Up @@ -354,7 +354,7 @@ where
})
}

/// [`Accumulate`] the output of a parser, interleaed with `sep`
/// [`Accumulate`] the output of a parser, interleaved with `sep`
///
/// Fails if the element parser does not produce at least one element.$
///
Expand Down

0 comments on commit 7c590ed

Please sign in to comment.