mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 03:47:02 +02:00
Update milli/src/search/matches/mod.rs
Co-authored-by: Clément Renault <clement@meilisearch.com>
This commit is contained in:
parent
1da4ab5918
commit
e261ef64d7
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue