Skip to content

Commit

Permalink
Update to documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
leontoeides committed Sep 1, 2023
1 parent ddab147 commit a95aee5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ may begin to degrade at a point.
* `0.5.1`: Fixes for experimental `select2` feature.

* `0.5.0`: The `simple` search index now internally employs the
[KString](https://crates.io/crates/kstring) crate. This should help with
[kstring](https://crates.io/crates/kstring) crate. This should help with
performance in certain cases. The `dump_keyword` and `profile` function
signatures were changed slightly, otherwise there's no impact to the caller.

Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
//! * `0.5.1`: Fixes for experimental `select2` feature.
//!
//! * `0.5.0`: The `simple` search index now internally employs the
//! [KString](https://crates.io/crates/kstring) crate. This should help with
//! [kstring](https://crates.io/crates/kstring) crate. This should help with
//! performance in certain cases. The `dump_keyword` and `profile` function
//! signatures were changed slightly, otherwise there's no impact to the caller.
//!
Expand Down

0 comments on commit a95aee5

Please sign in to comment.