We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a0daec + 411d641 commit 9e6af00Copy full SHA for 9e6af00
src/lib.rs
@@ -77,7 +77,7 @@
77
//!
78
//! The [`MultiGzDecoder`] on the other hand will decode all members of a `gzip` file
79
//! 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
+//! If a file contains non-gzip data after the gzip data, MultiGzDecoder will
81
//! emit an error after decoding the gzip data. This behavior matches the `gzip`,
82
//! `gunzip`, and `zcat` command line tools.
83
0 commit comments