Skip to content
This repository was archived by the owner on May 28, 2025. It is now read-only.

Commit 9c27ccf

Browse files
committed
Intra doc links for str/mod.rs
1 parent 0bf4aaf commit 9c27ccf

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

library/core/src/str/mod.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2252,9 +2252,9 @@ impl str {
22522252
/// but non-ASCII letters are unchanged.
22532253
///
22542254
/// To return a new uppercased value without modifying the existing one, use
2255-
/// [`to_ascii_uppercase`].
2255+
/// [`to_ascii_uppercase()`].
22562256
///
2257-
/// [`to_ascii_uppercase`]: #method.to_ascii_uppercase
2257+
/// [`to_ascii_uppercase()`]: prim@str::to_ascii_uppercase()
22582258
///
22592259
/// # Examples
22602260
///
@@ -2279,9 +2279,9 @@ impl str {
22792279
/// but non-ASCII letters are unchanged.
22802280
///
22812281
/// To return a new lowercased value without modifying the existing one, use
2282-
/// [`to_ascii_lowercase`].
2282+
/// [`to_ascii_lowercase()`].
22832283
///
2284-
/// [`to_ascii_lowercase`]: #method.to_ascii_lowercase
2284+
/// [`to_ascii_lowercase()`]: prim@str::to_ascii_lowercase()
22852285
///
22862286
/// # Examples
22872287
///

0 commit comments

Comments
 (0)