Skip to content

Commit a165219

Browse files
zhoujiaweiifolkertdev
authored andcommitted
chore: remove redundant word in comment
Signed-off-by: zhoujiaweii <[email protected]>
1 parent 422ae6d commit a165219

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
@@ -34,7 +34,7 @@
3434
//! Some tools such as pbzip2 or data from sources such as Wikipedia
3535
//! are encoded as so called bzip2 "multistreams," meaning they
3636
//! 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
37+
//! attempt to convert anything after the first bzip chunk in the
3838
//! source stream. Thus, if you wish to decode all bzip chunks from
3939
//! the input until end of file, use `MultiBzDecoder`.
4040
//!

0 commit comments

Comments
 (0)