Skip to content

Commit

Permalink
fill up ommissions
Browse files Browse the repository at this point in the history
  • Loading branch information
asibahi committed Mar 5, 2025
1 parent 7e11428 commit 5c3d3b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sequence/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ where
}
}

/// a
/// Parser wrapper for `preceded`
pub struct Preceded<F, G> {
f: F,
g: G,
Expand Down Expand Up @@ -129,7 +129,7 @@ where
}
}

/// a
/// Parser wrapper for `terminated`
pub struct Terminated<F, G> {
f: F,
g: G,
Expand Down

0 comments on commit 5c3d3b9

Please sign in to comment.