diff --git a/crates/milli/src/search/new/matches/mod.rs b/crates/milli/src/search/new/matches/mod.rs index d7bc27c94..3f5c60efd 100644 --- a/crates/milli/src/search/new/matches/mod.rs +++ b/crates/milli/src/search/new/matches/mod.rs @@ -18,7 +18,7 @@ const DEFAULT_CROP_MARKER: &str = "…"; const DEFAULT_HIGHLIGHT_PREFIX: &str = ""; const DEFAULT_HIGHLIGHT_SUFFIX: &str = ""; -/// Structure used to build a Matcher allowing to customize formating tags. +/// Structure used to build a Matcher allowing to customize formatting tags. pub struct MatcherBuilder<'m> { matching_words: MatchingWords, tokenizer: Tokenizer<'m>,