Skip to content

Commit de09fd9

Browse files
committed
chore: update to docs
1 parent c87fb27 commit de09fd9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,9 @@
1616
feature is enabled, this library will utilize
1717
[Orson Peters](https://github.com/orlp)'
1818
custom hasher for [rustc-hash](https://crates.io/crates/rustc-hash). The
19-
performance improvment is extremely tiny, but this is specifically designed
20-
for smaller inputs & strings, and the code-base is signficantly smaller.
19+
performance improvment is extremely tiny. However, this hasher is specifically
20+
designed for smaller inputs & strings and the code-base is signficantly
21+
smaller. Note: hashing is _not_ used extensively in this crate.
2122

2223
* Applied several `clippy` suggestions.
2324

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ select2 = ["simple", "dep:serde"]
2121

2222
fuzzy = ["dep:strsim"]
2323
strsim = ["dep:strsim"]
24-
eddie = ["dep:eddie"] # Quite fast but unstable. Not recommended
24+
eddie = ["dep:eddie"] # Quite fast but not stable. Not recommended
2525
rapidfuzz = ["dep:rapidfuzz"]
2626

2727
ahash = ["dep:ahash"]

0 commit comments

Comments
 (0)