Skip to content

Commit

Permalink
minor: "Performance" => "Performance considerations"
Browse files Browse the repository at this point in the history
  • Loading branch information
the-mikedavis committed Sep 6, 2024
1 parent ba4cbfe commit bfeef51
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 @@ -69,7 +69,7 @@ pub(crate) type WordList<S> = HashBag<Box<str>, FlagSet, S>;
/// To check whether a word is spelled correctly use [`check`]. Also see [`add`] to insert words
/// into an existing dictionary - this can be useful for building a "personal dictionary" feature.
///
/// ## Performance
/// ## Performance considerations
///
/// Note: Spellbook's repository contains benchmarking examples. Use `cargo run --release
/// --example bench-api` to get an idea of how the API can perform on your system.
Expand Down

0 comments on commit bfeef51

Please sign in to comment.