chore: remove repetitive words

Signed-off-by: shuangcui <fliter@qq.com>
This commit is contained in:
shuangcui
2024-03-14 21:28:55 +08:00
parent 0b7bebeeb6
commit 5c95b5c933
3 changed files with 4 additions and 4 deletions

View File

@ -168,7 +168,7 @@ impl<'t, 'b, 'bitmap> FacetRangeSearch<'t, 'b, 'bitmap> {
}
// should we stop?
// We should if the the search range doesn't include any
// We should if the search range doesn't include any
// element from the previous key or its successors
let should_stop = {
match self.right {
@ -232,7 +232,7 @@ impl<'t, 'b, 'bitmap> FacetRangeSearch<'t, 'b, 'bitmap> {
}
// should we stop?
// We should if the the search range doesn't include any
// We should if the search range doesn't include any
// element from the previous key or its successors
let should_stop = {
match self.right {