Skip to content

Commit

Permalink
Merge pull request rust-lang#414 from yestyle/main
Browse files Browse the repository at this point in the history
Remove duplicate word in top-most doc
  • Loading branch information
Byron committed Jul 5, 2024
2 parents 1a0daec + 411d641 commit 9e6af00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
//!
//! The [`MultiGzDecoder`] on the other hand will decode all members of a `gzip` file
//! into one consecutive stream of bytes, which hides the underlying *members* entirely.
//! If a file contains contains non-gzip data after the gzip data, MultiGzDecoder will
//! If a file contains non-gzip data after the gzip data, MultiGzDecoder will
//! emit an error after decoding the gzip data. This behavior matches the `gzip`,
//! `gunzip`, and `zcat` command line tools.
//!
Expand Down

0 comments on commit 9e6af00

Please sign in to comment.