Skip to content

Commit

Permalink
separated_list doc update
Browse files Browse the repository at this point in the history
  • Loading branch information
SaltyKitkat committed Nov 13, 2024
1 parent 5455747 commit ac48579
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/multi/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ where
/// [`cut`][crate::combinator::cut].
///
/// # Arguments
/// * `sep` Parses the separator between list elements. Must be consuming.
/// * `sep` Parses the separator between list elements.
/// * `f` Parses the elements of the list.
///
/// ```rust
Expand Down Expand Up @@ -457,7 +457,7 @@ where
/// [`cut`][crate::combinator::cut].
///
/// # Arguments
/// * `sep` Parses the separator between list elements. Must be consuming.
/// * `sep` Parses the separator between list elements.
/// * `f` Parses the elements of the list.
/// ```rust
/// # use nom::{Err, error::{Error, ErrorKind}, Needed, IResult, Parser};
Expand Down

0 comments on commit ac48579

Please sign in to comment.