From a35a8638cc5ca39ebec7f988499d814004dc3ebe Mon Sep 17 00:00:00 2001 From: Laurentiu Nicola Date: Wed, 24 May 2017 13:24:34 +0300 Subject: Comment nit --- src/postings/intersection.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 DocSet for IntersectionDocSet { 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 -- cgit v1.2.3