summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLaurentiu Nicola <lnicola@dend.ro>2017-05-24 13:24:34 +0300
committerPaul Masurel <paul.masurel@gmail.com>2017-05-31 08:31:33 +0900
commita35a8638cc5ca39ebec7f988499d814004dc3ebe (patch)
tree1dac9a41d3a4981b2110549aa12b6b345a1568fe
parent97a051996f87d6758988bec7efe96ce01ce11d28 (diff)
Comment nit
-rw-r--r--src/postings/intersection.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/postings/intersection.rs b/src/postings/intersection.rs
index 28decb0..06bc0b9 100644
--- a/src/postings/intersection.rs
+++ b/src/postings/intersection.rs
@@ -53,7 +53,7 @@ impl<TDocSet: DocSet> DocSet for IntersectionDocSet<TDocSet> {
for (ord, docset) in self.docsets.iter_mut().enumerate() {
if ord != candidate_ord {
- // Candidate_ord is already at the
+ // `candidate_ord` is already at the
// right position.
//
// Calling `skip_next` would advance this docset