mirror of
https://github.com/meilisearch/MeiliSearch
synced 2025-07-04 12:27:13 +02:00
Fix typos
This commit is contained in:
parent
7e2fd82e41
commit
b4b859ec8c
3 changed files with 10 additions and 10 deletions
|
@ -1224,7 +1224,7 @@ impl Index {
|
|||
}
|
||||
}
|
||||
|
||||
let threshold = total / 20; // 5% (arbitrar)
|
||||
let threshold = total / 20; // 5% (arbitrary)
|
||||
for (script, language, count) in script_language_doc_count {
|
||||
if count > threshold {
|
||||
if let Some(languages) = script_language.get_mut(&script) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue