Add missing word in doc comment

This commit is contained in:
Wilfred Hughes 2021-09-30 21:53:41 -07:00
parent 4ff2172857
commit f17f08bbef

View file

@ -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,