We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ff2172 commit f17f08bCopy full SHA for f17f08b
lib/binding_rust/lib.rs
@@ -1707,7 +1707,7 @@ impl QueryCursor {
1707
1708
/// Iterate over all of the individual captures in the order that they appear.
1709
///
1710
- /// 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,
1711
/// ordered sequence of captures.
1712
pub fn captures<'a, 'tree: 'a, T: TextProvider<'a> + 'a>(
1713
&'a mut self,
0 commit comments