Skip to content

Commit 694e822

Browse files
authored
less editorializing
1 parent a24e276 commit 694e822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
//! This backend is the fastest, at the cost of some `unsafe` Rust code.
2525
//!
2626
//! Several backends implemented in C are also available.
27-
//! These are useful in the rare cases where you were already using a C implementation
27+
//! These are useful in case you are already using a specific C implementation
2828
//! and need the result of compression to be bit-identical.
2929
//! See the crate's README for details on the available C backends.
3030
//!

0 commit comments

Comments
 (0)