mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 20:37:15 +02:00
chore: fix some typos in comments
Signed-off-by: yudrywet <yudeyao@yeah.net>
This commit is contained in:
parent
0661c86f16
commit
cf864a1c2e
4 changed files with 5 additions and 5 deletions
|
@ -119,7 +119,7 @@ pub fn located_query_terms_from_tokens(
|
|||
if let Some(located_query_term) = phrase.build(ctx) {
|
||||
// as we are evaluating a negative operator we put the phrase
|
||||
// in the negative one *but* we don't reset the negative operator
|
||||
// as we are immediatly starting a new negative phrase.
|
||||
// as we are immediately starting a new negative phrase.
|
||||
if negative_phrase {
|
||||
negative_phrases.push(located_query_term);
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue