From 81919a35a27f588b75893fd3b18644feaa6c325a Mon Sep 17 00:00:00 2001 From: Many the fish Date: Mon, 17 Oct 2022 18:23:20 +0200 Subject: [PATCH] Update milli/src/search/criteria/initial.rs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- milli/src/search/criteria/initial.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/search/criteria/initial.rs b/milli/src/search/criteria/initial.rs index 195c926be..ac61adfe2 100644 --- a/milli/src/search/criteria/initial.rs +++ b/milli/src/search/criteria/initial.rs @@ -52,7 +52,7 @@ impl Criterion for Initial<'_, D> { candidates &= filtered_candidates; } - // because the bucket_candidates should be an exhastive count of the matching documents, + // because the bucket_candidates should be an exhaustive count of the matching documents, // we precompute the distinct attributes. let bucket_candidates = match &mut self.distinct { Some(distinct) => {