From 63e79a9039feaa1caa117d2aea3275bbbd722ed0 Mon Sep 17 00:00:00 2001 From: Akshay Kulkarni Date: Wed, 12 Oct 2022 13:36:48 +0530 Subject: [PATCH] update comment --- milli/src/search/query_tree.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/milli/src/search/query_tree.rs b/milli/src/search/query_tree.rs index b54fc5c9c..70227b8f9 100755 --- a/milli/src/search/query_tree.rs +++ b/milli/src/search/query_tree.rs @@ -279,7 +279,7 @@ impl<'a> QueryTreeBuilder<'a> { } } -/// Split the word depending on the frequency of subwords in the database documents. +/// Split the word depending on the frequency of pairs near together in the database documents. fn split_best_frequency<'a>( ctx: &impl Context, word: &'a str,