Skip to content

Commit 40c2e0f

Browse files
committed
docs: fix spelling mistake in FlushCompress::Partial
1 parent be59b78 commit 40c2e0f

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
@@ -54,7 +54,7 @@ pub enum FlushCompress {
5454
///
5555
/// All input data so far will be available to the decompressor (as with
5656
/// `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
57+
/// with an empty fixed codes block that is 10 bytes 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,

0 commit comments

Comments
 (0)