Add missing word in doc comment
This commit is contained in:
parent
4ff2172857
commit
f17f08bbef
1 changed files with 1 additions and 1 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue