mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-12-25 14:10:06 +01:00
chore: update mod.rs
formating -> formatting
This commit is contained in:
parent
6987cac1ba
commit
75a7f0e26c
@ -18,7 +18,7 @@ const DEFAULT_CROP_MARKER: &str = "…";
|
|||||||
const DEFAULT_HIGHLIGHT_PREFIX: &str = "<em>";
|
const DEFAULT_HIGHLIGHT_PREFIX: &str = "<em>";
|
||||||
const DEFAULT_HIGHLIGHT_SUFFIX: &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> {
|
pub struct MatcherBuilder<'m> {
|
||||||
matching_words: MatchingWords,
|
matching_words: MatchingWords,
|
||||||
tokenizer: Tokenizer<'m>,
|
tokenizer: Tokenizer<'m>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user