mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-03 20:07:09 +02:00
chore: update mod.rs
formating -> formatting
This commit is contained in:
parent
6987cac1ba
commit
75a7f0e26c
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ const DEFAULT_CROP_MARKER: &str = "…";
|
|||
const DEFAULT_HIGHLIGHT_PREFIX: &str = "<em>";
|
||||
const DEFAULT_HIGHLIGHT_SUFFIX: &str = "</em>";
|
||||
|
||||
/// 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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue