Skip to content

Commit d001f18

Browse files
authored
Merge pull request #495 from fintelia/patch-1
Correct documentation typo
2 parents 7145603 + 52dd304 commit d001f18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mem.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ pub enum FlushCompress {
5555
///
5656
/// All input data so far will be available to the decompressor (as with
5757
/// `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
58+
/// with an empty fixed codes block that is 10 bits long, and it assures
5959
/// that enough bytes are output in order for the decompressor to finish the
6060
/// block before the empty fixed code block.
6161
Partial = ffi::MZ_PARTIAL_FLUSH as isize,

0 commit comments

Comments
 (0)