From 436ec6caea6094ad71b1084fc9715b08705c6579 Mon Sep 17 00:00:00 2001 From: "Zhang.Jinrui" Date: Thu, 19 Jun 2025 15:53:21 +0800 Subject: [PATCH] fix typo for the comments of search_with_executor() (#2653) Co-authored-by: Zhang Jinrui --- 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 f74c837c4..51db7311f 100644 --- a/src/core/searcher.rs +++ b/src/core/searcher.rs @@ -214,7 +214,7 @@ impl Searcher { /// It is powerless at making search faster if your index consists in /// one large segment. /// - /// Also, keep in my multithreading a single query on several + /// Also, keep in mind multithreading a single query on several /// threads will not improve your throughput. It can actually /// hurt it. It will however, decrease the average response time. pub fn search_with_executor(