From e784bbc40fa371cbaa6e46e4c171bb64f8426575 Mon Sep 17 00:00:00 2001 From: Paul Masurel Date: Wed, 11 Nov 2020 12:37:52 +0900 Subject: [PATCH] Update src/core/searcher.rs Co-authored-by: Adrien Guillo --- src/core/searcher.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/searcher.rs b/src/core/searcher.rs index 335b191a7..8cfed0b4f 100644 --- a/src/core/searcher.rs +++ b/src/core/searcher.rs @@ -181,7 +181,7 @@ impl FieldSearcher { /// Returns a Stream over all of the sorted unique terms of /// for the given field. /// - /// This method does not take in account which document are deleted, so + /// This method does not take into account which documents are deleted, so /// in presence of deletes some terms may not actually exist in any document /// anymore. pub fn terms(&self) -> TermMerger {