File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,9 +52,9 @@ pub enum FlushCompress {
5252 /// All pending output is flushed to the output buffer, but the output is
5353 /// not aligned to a byte boundary.
5454 ///
55- /// All of the input data so far will be available to the decompressor (as
56- /// with `Flush::Sync`. This completes the current deflate block and follows
57- /// it with an empty fixed codes block that is 10 bites long, and it assures
55+ /// All input data so far will be available to the decompressor (as with
56+ /// `Flush::Sync`) . This completes the current deflate block and follows it
57+ /// with an empty fixed codes block that is 10 bites long, and it assures
5858 /// that enough bytes are output in order for the decompressor to finish the
5959 /// block before the empty fixed code block.
6060 Partial = ffi:: MZ_PARTIAL_FLUSH as isize ,
You can’t perform that action at this time.
0 commit comments