Skip to content

Commit

Permalink
Merge pull request #337 from yestyle/main
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnTitor committed Feb 14, 2023
2 parents e094dad + 146b12c commit d9b2394
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gz/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ impl<W: Write> Drop for GzEncoder<W> {

/// A gzip streaming decoder
///
/// This structure exposes a [`Write`] interface that will emit compressed data
/// This structure exposes a [`Write`] interface that will emit uncompressed data
/// to the underlying writer `W`.
///
/// [`Write`]: https://doc.rust-lang.org/std/io/trait.Write.html
Expand Down

0 comments on commit d9b2394

Please sign in to comment.