Fix URL for rmatches
This commit is contained in:
parent
fb7e6d078d
commit
0169ce968c
1 changed files with 1 additions and 1 deletions
|
@ -1666,7 +1666,7 @@ impl str {
|
|||
/// If the pattern allows a reverse search but its results might differ
|
||||
/// from a forward search, the [`rmatches`] method can be used.
|
||||
///
|
||||
/// [`rmatches`]: str::matches
|
||||
/// [`rmatches`]: str::rmatches
|
||||
///
|
||||
/// # Examples
|
||||
///
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue