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 7145603 + 52dd304 commit d001f18Copy full SHA for d001f18
src/mem.rs
@@ -55,7 +55,7 @@ pub enum FlushCompress {
55
///
56
/// All input data so far will be available to the decompressor (as with
57
/// `Flush::Sync`). This completes the current deflate block and follows it
58
- /// with an empty fixed codes block that is 10 bytes long, and it assures
+ /// with an empty fixed codes block that is 10 bits long, and it assures
59
/// that enough bytes are output in order for the decompressor to finish the
60
/// block before the empty fixed code block.
61
Partial = ffi::MZ_PARTIAL_FLUSH as isize,
0 commit comments