Skip to content

Commit ab55808

Browse files
committed
Update to documentation.
1 parent 1d09dfa commit ab55808

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
* Release notes are available on
44
[GitHub](https://github.com/leontoeides/indicium/releases).
55

6-
* `0.5.2`: New optional `ahash` feature which is turned on by default. When this
7-
feature is enabled, this library will utilize
6+
* `0.5.2`: New, optional `ahash` feature which is turned on by default. When
7+
this feature is enabled, this library will utilize
88
[ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet` hashing
99
rather than the standard library's SipHash.
1010

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@ performance may begin to degrade at a point.
2828
* The release notes on [GitHub](https://github.com/leontoeides/indicium/releases)
2929
will be used as the changelog going forward.
3030

31-
* `0.5.2`: New optional `ahash` feature which is turned on by default. When this
32-
feature is enabled, this library will utilize
31+
* `0.5.2`: New, optional `ahash` feature which is turned on by default. When
32+
this feature is enabled, this library will utilize
3333
[ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet` hashing
3434
rather than the standard library's SipHash.
3535

src/lib.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
//! log](https://github.com/leontoeides/indicium/blob/main/CHANGELOG.md) is
2020
//! available on GitHub.
2121
//!
22-
//! * `0.5.2`: New optional `ahash` feature which is turned on by default. When
22+
//! * `0.5.2`: New, optional `ahash` feature which is turned on by default. When
2323
//! this feature is enabled, this library will utilize
2424
//! [ahash](https://lib.rs/crates/ahash) for faster `HashMap` and `HashSet`
2525
//! hashing rather than the standard library's SipHash.
2626
//!
27-
//! * `0.5.1`: Fixes compile failure for the experimental `select2` feature and when
28-
//! not using `fuzzy` feature.
27+
//! * `0.5.1`: Fixes compile failure for the experimental `select2` feature and
28+
//! when not using `fuzzy` feature.
2929
//!
3030
//! * `0.5.0`: The `simple` search index now internally employs the
3131
//! [kstring](https://crates.io/crates/kstring) crate. This should help with

0 commit comments

Comments
 (0)