Skip to content

Commit 0169ce9

Browse files
Fix URL for rmatches
1 parent fb7e6d0 commit 0169ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/str/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@ impl str {
16661666
/// If the pattern allows a reverse search but its results might differ
16671667
/// from a forward search, the [`rmatches`] method can be used.
16681668
///
1669-
/// [`rmatches`]: str::matches
1669+
/// [`rmatches`]: str::rmatches
16701670
///
16711671
/// # Examples
16721672
///

0 commit comments

Comments
 (0)