Skip to content

Commit

Permalink
Fix incorrect doc link
Browse files Browse the repository at this point in the history
  • Loading branch information
Veykril committed Oct 28, 2021
1 parent 4e0d397 commit 29a4e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/core/src/str/mod.rs
Expand Up @@ -1663,7 +1663,7 @@ impl str {
/// If the pattern allows a reverse search but its results might differ
/// from a forward search, the [`rmatch_indices`] method can be used.
///
/// [`rmatch_indices`]: str::match_indices
/// [`rmatch_indices`]: str::rmatch_indices
///
/// # Examples
///
Expand Down

0 comments on commit 29a4e4a

Please sign in to comment.