Fix typos

Found via `codespell -L crate,nam,hart,succeded`.
This commit is contained in:
Kian-Meng Ang 2022-09-20 22:39:35 +08:00
parent f4b81fa0a1
commit 740926e747
11 changed files with 21 additions and 21 deletions

View file

@ -27,7 +27,7 @@ pub const DEFAULT_CROP_MARKER: fn() -> String = || "…".to_string();
pub const DEFAULT_HIGHLIGHT_PRE_TAG: fn() -> String = || "<em>".to_string();
pub const DEFAULT_HIGHLIGHT_POST_TAG: fn() -> String = || "</em>".to_string();
/// The maximimum number of results that the engine
/// The maximum number of results that the engine
/// will be able to return in one search call.
pub const DEFAULT_PAGINATION_MAX_TOTAL_HITS: usize = 1000;