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.
1 parent 422ae6d commit a165219Copy full SHA for a165219
src/lib.rs
@@ -34,7 +34,7 @@
34
//! Some tools such as pbzip2 or data from sources such as Wikipedia
35
//! are encoded as so called bzip2 "multistreams," meaning they
36
//! contain back to back chunks of bzip'd data. `BzDecoder` does not
37
-//! attempt to convert anything after the the first bzip chunk in the
+//! attempt to convert anything after the first bzip chunk in the
38
//! source stream. Thus, if you wish to decode all bzip chunks from
39
//! the input until end of file, use `MultiBzDecoder`.
40
//!
0 commit comments