Fix URL for rmatches

This commit is contained in:
Veera 2023-07-26 17:57:56 -05:00
parent fb7e6d078d
commit 0169ce968c

View File

@ -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
///