flate2-rs icon indicating copy to clipboard operation
flate2-rs copied to clipboard

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

Open maujim opened this issue 3 years ago • 0 comments
trafficstars

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

maujim avatar Aug 04 '22 20:08 maujim