From e261ef64d7d4db66a4087fb3021cfa7bd60bdd0b Mon Sep 17 00:00:00 2001 From: Many the fish Date: Mon, 18 Jul 2022 10:18:51 +0200 Subject: [PATCH] Update milli/src/search/matches/mod.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- milli/src/search/matches/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/search/matches/mod.rs b/milli/src/search/matches/mod.rs index f63852b52..b08268657 100644 --- a/milli/src/search/matches/mod.rs +++ b/milli/src/search/matches/mod.rs @@ -102,7 +102,7 @@ pub struct MatchBounds { } /// Structure used to analize a string, compute words that match, -/// and format the source string returning an highlighted and croped sub-string. +/// and format the source string, returning a highlighted and cropped sub-string. pub struct Matcher<'t, 'm, A> { text: &'t str, matching_words: &'m MatchingWords,