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

Wrong word in docs for `flate2::bufread::GzDecoder` #311

Closed maujim closed 1 year ago

maujim commented 2 years ago

Under the Implementations section, the docs for GzDecoder::get_mut() say

Note that mutation of the stream may result in surprising results if this encoder is continued to be used.

Should say decoder instead of encoder