Skip to content

Commit

Permalink
fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
b41sh committed Sep 17, 2024
1 parent 5d5825e commit ffb6ad5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ impl InvertedIndexReader {
// using `postings_range`.
// 4. If it's a phrase query, read the `position` of each terms in
// `pos` using `positions_range`.
// 5. Collect matched doc ids using term-related informations.
// 5. Collect matched doc ids using term-related information.
//
// If the term does not match, only the `fst` file needs to be read.
// If the term matches, only the `idx` and `pos` data of the related terms
Expand Down

0 comments on commit ffb6ad5

Please sign in to comment.