From f17f08bbef8c3cac08fe1426e2cf35f5a50622b1 Mon Sep 17 00:00:00 2001 From: Wilfred Hughes Date: Thu, 30 Sep 2021 21:53:41 -0700 Subject: [PATCH] Add missing word in doc comment --- lib/binding_rust/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/binding_rust/lib.rs b/lib/binding_rust/lib.rs index 4385014d..92ba4d1b 100644 --- a/lib/binding_rust/lib.rs +++ b/lib/binding_rust/lib.rs @@ -1707,7 +1707,7 @@ impl QueryCursor { /// Iterate over all of the individual captures in the order that they appear. /// - /// This is useful if don't care about which pattern matched, and just want a single, + /// This is useful if you don't care about which pattern matched, and just want a single, /// ordered sequence of captures. pub fn captures<'a, 'tree: 'a, T: TextProvider<'a> + 'a>( &'a mut self,