File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -1717,8 +1717,8 @@ impl<'h> Captures<'h> {
1717
1717
///
1718
1718
/// This returns a tuple where the first element corresponds to the full
1719
1719
/// substring of the haystack that matched the regex. The second element is
1720
- /// an array of substrings, with each corresponding to the to the substring
1721
- /// that matched for a particular capture group.
1720
+ /// an array of substrings, with each corresponding to the substring that
1721
+ /// matched for a particular capture group.
1722
1722
///
1723
1723
/// # Panics
1724
1724
///
Original file line number Diff line number Diff line change @@ -1711,8 +1711,8 @@ impl<'h> Captures<'h> {
1711
1711
///
1712
1712
/// This returns a tuple where the first element corresponds to the full
1713
1713
/// substring of the haystack that matched the regex. The second element is
1714
- /// an array of substrings, with each corresponding to the to the substring
1715
- /// that matched for a particular capture group.
1714
+ /// an array of substrings, with each corresponding to the substring that
1715
+ /// matched for a particular capture group.
1716
1716
///
1717
1717
/// # Panics
1718
1718
///
Original file line number Diff line number Diff line change @@ -1716,8 +1716,8 @@ impl<'h> Captures<'h> {
1716
1716
///
1717
1717
/// This returns a tuple where the first element corresponds to the full
1718
1718
/// substring of the haystack that matched the regex. The second element is
1719
- /// an array of substrings, with each corresponding to the to the substring
1720
- /// that matched for a particular capture group.
1719
+ /// an array of substrings, with each corresponding to the substring that
1720
+ /// matched for a particular capture group.
1721
1721
///
1722
1722
/// # Panics
1723
1723
///
You can’t perform that action at this time.
0 commit comments