Skip to content

Commit

Permalink
Fix a comment on the Compression struct
Browse files Browse the repository at this point in the history
Signed-off-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
JohnTitor authored and Byron committed May 18, 2023
1 parent fe15e4d commit aedc7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ fn _assert_send_sync() {
}

/// When compressing data, the compression level can be specified by a value in
/// this enum.
/// this struct.
#[derive(Copy, Clone, PartialEq, Eq, Debug)]
pub struct Compression(u32);

Expand Down

0 comments on commit aedc7a6

Please sign in to comment.