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.
1 parent be59b78 commit 40c2e0fCopy full SHA for 40c2e0f
src/mem.rs
@@ -54,7 +54,7 @@ pub enum FlushCompress {
54
///
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
+ /// with an empty fixed codes block that is 10 bytes long, and it assures
58
/// that enough bytes are output in order for the decompressor to finish the
59
/// block before the empty fixed code block.
60
Partial = ffi::MZ_PARTIAL_FLUSH as isize,
0 commit comments