Skip to content

Commit f17f08b

Browse files
committed
Add missing word in doc comment
1 parent 4ff2172 commit f17f08b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/binding_rust/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1707,7 +1707,7 @@ impl QueryCursor {
17071707

17081708
/// Iterate over all of the individual captures in the order that they appear.
17091709
///
1710-
/// This is useful if don't care about which pattern matched, and just want a single,
1710+
/// This is useful if you don't care about which pattern matched, and just want a single,
17111711
/// ordered sequence of captures.
17121712
pub fn captures<'a, 'tree: 'a, T: TextProvider<'a> + 'a>(
17131713
&'a mut self,

0 commit comments

Comments
 (0)