Skip to content

Commit 9e6af00

Browse files
authored
Merge pull request #414 from yestyle/main
Remove duplicate word in top-most doc
2 parents 1a0daec + 411d641 commit 9e6af00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
//!
7878
//! The [`MultiGzDecoder`] on the other hand will decode all members of a `gzip` file
7979
//! into one consecutive stream of bytes, which hides the underlying *members* entirely.
80-
//! If a file contains contains non-gzip data after the gzip data, MultiGzDecoder will
80+
//! If a file contains non-gzip data after the gzip data, MultiGzDecoder will
8181
//! emit an error after decoding the gzip data. This behavior matches the `gzip`,
8282
//! `gunzip`, and `zcat` command line tools.
8383
//!

0 commit comments

Comments
 (0)