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 09aba1e + 47bcd33 commit 02e4544Copy full SHA for 02e4544
src/zlib/write.rs
@@ -180,7 +180,7 @@ impl<W: Read + Write> Read for ZlibEncoder<W> {
180
/// This structure implements a [`Write`] and will emit a stream of decompressed
181
/// data when fed a stream of compressed data.
182
///
183
-/// After decoding a single member of the ZLIB data this writer will return the number of bytes up to
+/// After decoding a single member of the ZLIB data this writer will return the number of bytes up
184
/// to the end of the ZLIB member and subsequent writes will return Ok(0) allowing the caller to
185
/// handle any data following the ZLIB member.
186
0 commit comments