Merge pull request #1422 from Wilfred/docs_fix

Add missing word in doc comment
This commit is contained in:
Max Brunsfeld 2021-09-30 23:24:59 -07:00 committed by GitHub
commit 7890a29db0
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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,