Skip to content

Commit 723fd62

Browse files
authored
Fix incorrect doc link
1 parent 445a461 commit 723fd62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/str/mod.rs

Lines changed: 1 addition & 1 deletion
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)