Skip to content

Commit

Permalink
Merge pull request #390 from dsemi/patch-1
Browse files Browse the repository at this point in the history
Fix a couple typos in combinator/mod.rs
  • Loading branch information
epage authored Dec 9, 2023
2 parents 2676aca + ee6b82a commit 018febe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/combinator/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@
//!
//! - [`bits`][crate::binary::bits::bits]: Transforms the current input type (byte slice `&[u8]`) to a bit stream on which bit specific parsers and more general combinators can be applied
//! - [`bytes`][crate::binary::bits::bytes]: Transforms its bits stream input back into a byte slice for the underlying parser
//! - [`take`][crate::binary::bits::take]: Take a set number of its
//! - [`tag`][crate::binary::bits::tag]: Check if a set number of bis matches a pattern
//! - [`take`][crate::binary::bits::take]: Take a set number of bits
//! - [`tag`][crate::binary::bits::tag]: Check if a set number of bits matches a pattern
//! - [`bool`][crate::binary::bits::bool]: Match any one bit
mod branch;
Expand Down

0 comments on commit 018febe

Please sign in to comment.