rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
895 stars 161 forks source link

Fix a typo in doc for write::GzDecoder #337

Closed yestyle closed 1 year ago

yestyle commented 1 year ago

Hi there,

While reading the documents of flate2-rs, I found a typo in write::GzDecoder. It should be emitting uncompressed data if I understand it correctly, so here's the pull request to fix it. Thanks.

Regards, Philip