Skip to content

Commit

Permalink
Merge pull request #431 from Shnatsel/better-wording
Browse files Browse the repository at this point in the history
Better wording in compression level docs
  • Loading branch information
Byron committed Sep 26, 2024
2 parents 2c29780 + 423981a commit 1a28821
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ impl Compression {
///
/// The [`miniz_oxide`](https://crates.io/crates/miniz_oxide) backend for flate2
/// does not support level 0 or `Compression::none()`. Instead it interprets them
/// as the default compression level. Using `Compression::fast()` is recommended instead
/// when using the `miniz_oxide` backend.
/// as the default compression level, which is quite slow.
/// `Compression::fast()` should be used instead.
///
/// `miniz_oxide` also supports a non-compliant compression level 10.
/// It is even slower and may result in higher compression, but
Expand Down

0 comments on commit 1a28821

Please sign in to comment.