Skip to content

Commit 86087f9

Browse files
authored
Rollup merge of #90371 - Veykril:patch-2, r=jyn514
Fix incorrect doc link Looks like a copy paste mistake
2 parents 20bb932 + 29a4e4a commit 86087f9

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)