Update milli/src/search/mod.rs

Co-authored-by: Louis Dureuil <louis@meilisearch.com>
This commit is contained in:
Tamo 2024-03-19 14:49:15 +01:00 committed by GitHub
parent 4369e9e97c
commit bfec9468d4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -260,7 +260,7 @@ impl fmt::Debug for Search<'_> {
.field("words_limit", words_limit) .field("words_limit", words_limit)
.field("distribution_shift", distribution_shift) .field("distribution_shift", distribution_shift)
.field("embedder_name", embedder_name) .field("embedder_name", embedder_name)
.field("time_bduget", time_budget) .field("time_budget", time_budget)
.finish() .finish()
} }
} }