Skip to content

Commit 47bcd33

Browse files
committed
docs: fix spelling mistake in flate2::zlib::write::ZlibDecoder
1 parent 2d68455 commit 47bcd33

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)