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 {
52
52
/// All pending output is flushed to the output buffer, but the output is
53
53
/// not aligned to a byte boundary.
54
54
///
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
58
58
/// that enough bytes are output in order for the decompressor to finish the
59
59
/// block before the empty fixed code block.
60
60
Partial = ffi:: MZ_PARTIAL_FLUSH as isize ,
You can’t perform that action at this time.
0 commit comments