Skip to content

Commit be59b78

Browse files
committed
docs: fix spelling mistake
1 parent d4aebe1 commit be59b78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/mem.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,9 @@ pub enum FlushCompress {
5252
/// All pending output is flushed to the output buffer, but the output is
5353
/// not aligned to a byte boundary.
5454
///
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
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)