Skip to content

Commit 29a4e4a

Browse files
authored
Fix incorrect doc link
1 parent 4e0d397 commit 29a4e4a

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
@@ -1663,7 +1663,7 @@ impl str {
16631663
/// If the pattern allows a reverse search but its results might differ
16641664
/// from a forward search, the [`rmatch_indices`] method can be used.
16651665
///
1666-
/// [`rmatch_indices`]: str::match_indices
1666+
/// [`rmatch_indices`]: str::rmatch_indices
16671667
///
16681668
/// # Examples
16691669
///

0 commit comments

Comments
 (0)