Skip to content

Commit 02e4544

Browse files
authored
Merge pull request #455 from CosminPerRam/docs/fix_spelling_mistake
docs: fix spelling mistake in flate2::zlib::write::ZlibDecoder
2 parents 09aba1e + 47bcd33 commit 02e4544

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/zlib/write.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ impl<W: Read + Write> Read for ZlibEncoder<W> {
180180
/// This structure implements a [`Write`] and will emit a stream of decompressed
181181
/// data when fed a stream of compressed data.
182182
///
183-
/// After decoding a single member of the ZLIB data this writer will return the number of bytes up to
183+
/// After decoding a single member of the ZLIB data this writer will return the number of bytes up
184184
/// to the end of the ZLIB member and subsequent writes will return Ok(0) allowing the caller to
185185
/// handle any data following the ZLIB member.
186186
///

0 commit comments

Comments
 (0)