Skip to content

Commit

Permalink
Merge pull request #334 from adamchalmers/achalmers/typos
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
epage authored Sep 18, 2023
2 parents e27caed + 406e87c commit 5b6e818
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 5b6e818

Please sign in to comment.