Skip to content

Commit bfeef51

Browse files
committed
minor: "Performance" => "Performance considerations"
1 parent ba4cbfe commit bfeef51

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
@@ -69,7 +69,7 @@ pub(crate) type WordList<S> = HashBag<Box<str>, FlagSet, S>;
6969
/// To check whether a word is spelled correctly use [`check`]. Also see [`add`] to insert words
7070
/// into an existing dictionary - this can be useful for building a "personal dictionary" feature.
7171
///
72-
/// ## Performance
72+
/// ## Performance considerations
7373
///
7474
/// Note: Spellbook's repository contains benchmarking examples. Use `cargo run --release
7575
/// --example bench-api` to get an idea of how the API can perform on your system.

0 commit comments

Comments
 (0)