Skip to content

Commit 5d79e28

Browse files
Halvor Fladsrud Bøfulmicoton
Halvor Fladsrud Bø
andauthored
Update src/query/phrase_query/phrase_scorer.rs
Co-authored-by: Paul Masurel <[email protected]>
1 parent 6001f85 commit 5d79e28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/query/phrase_query/phrase_scorer.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fn intersection(left: &mut [u32], right: &[u32]) -> usize {
132132
}
133133

134134
/// Intersect twos sorted arrays `left` and `right` and outputs the
135-
/// resulting array in left.
135+
/// resulting array inline in both `left` and `right`.
136136
///
137137
/// Condition for match is that the value stored in left is less than or equal to
138138
/// the value in right and that the distance to the previous token is lte to the slop.

0 commit comments

Comments
 (0)