File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -482,7 +482,7 @@ impl LookSet {
482
482
/// assertions in this set that require tables that are not available, then
483
483
/// this will return an error.
484
484
///
485
- /// Specifically, this returns an error when the the
485
+ /// Specifically, this returns an error when the
486
486
/// `unicode-word-boundary` feature is _not_ enabled _and_ this set
487
487
/// contains a Unicode word boundary assertion.
488
488
///
Original file line number Diff line number Diff line change @@ -329,7 +329,7 @@ impl Regex {
329
329
/// The `0`th capture group is always unnamed, so it must always be
330
330
/// accessed with `get(0)` or `[0]`.
331
331
///
332
- /// Finally, one other way to to get the matched substrings is with the
332
+ /// Finally, one other way to get the matched substrings is with the
333
333
/// [`Captures::extract`] API:
334
334
///
335
335
/// ```
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ impl Regex {
336
336
/// The `0`th capture group is always unnamed, so it must always be
337
337
/// accessed with `get(0)` or `[0]`.
338
338
///
339
- /// Finally, one other way to to get the matched substrings is with the
339
+ /// Finally, one other way to get the matched substrings is with the
340
340
/// [`Captures::extract`] API:
341
341
///
342
342
/// ```
Original file line number Diff line number Diff line change @@ -338,7 +338,7 @@ impl Regex {
338
338
/// The `0`th capture group is always unnamed, so it must always be
339
339
/// accessed with `get(0)` or `[0]`.
340
340
///
341
- /// Finally, one other way to to get the matched substrings is with the
341
+ /// Finally, one other way to get the matched substrings is with the
342
342
/// [`Captures::extract`] API:
343
343
///
344
344
/// ```
You can’t perform that action at this time.
0 commit comments