From 75a7f0e26ce4a5659f0cbc210d6b28d233101f20 Mon Sep 17 00:00:00 2001 From: Ikko Eltociear Ashimine Date: Sat, 21 Dec 2024 22:09:15 +0900 Subject: [PATCH] chore: update mod.rs formating -> formatting --- crates/milli/src/search/new/matches/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>,