From 3b7a2cdbced36fe15fa7e19e7efd6e4687f3ea81 Mon Sep 17 00:00:00 2001 From: Irevoire Date: Mon, 20 Sep 2021 16:10:39 +0200 Subject: [PATCH] fix typo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Clément Renault --- milli/src/index.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/index.rs b/milli/src/index.rs index 4ab19f175..f7603148d 100644 --- a/milli/src/index.rs +++ b/milli/src/index.rs @@ -344,7 +344,7 @@ impl Index { self.main.delete::<_, Str>(wtxn, main_key::GEO_FACETED_DOCUMENTS_IDS_KEY) } - /// Retrieve all the documents ids that faceted with a _geo field. + /// Retrieve all the documents ids that are faceted with a _geo field. pub fn geo_faceted_documents_ids(&self, rtxn: &RoTxn) -> heed::Result { match self .main