Skip to content

Commit

Permalink
Intra doc links for str/mod.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
poliorcetics committed Nov 30, 2020
1 parent 0bf4aaf commit 9c27ccf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions library/core/src/str/mod.rs
Expand Up @@ -2252,9 +2252,9 @@ impl str {
/// but non-ASCII letters are unchanged.
///
/// To return a new uppercased value without modifying the existing one, use
/// [`to_ascii_uppercase`].
/// [`to_ascii_uppercase()`].
///
/// [`to_ascii_uppercase`]: #method.to_ascii_uppercase
/// [`to_ascii_uppercase()`]: prim@str::to_ascii_uppercase()
///
/// # Examples
///
Expand All @@ -2279,9 +2279,9 @@ impl str {
/// but non-ASCII letters are unchanged.
///
/// To return a new lowercased value without modifying the existing one, use
/// [`to_ascii_lowercase`].
/// [`to_ascii_lowercase()`].
///
/// [`to_ascii_lowercase`]: #method.to_ascii_lowercase
/// [`to_ascii_lowercase()`]: prim@str::to_ascii_lowercase()
///
/// # Examples
///
Expand Down

0 comments on commit 9c27ccf

Please sign in to comment.