File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2252,9 +2252,9 @@ impl str {
2252
2252
/// but non-ASCII letters are unchanged.
2253
2253
///
2254
2254
/// To return a new uppercased value without modifying the existing one, use
2255
- /// [`to_ascii_uppercase`].
2255
+ /// [`to_ascii_uppercase() `].
2256
2256
///
2257
- /// [`to_ascii_uppercase`]: #method. to_ascii_uppercase
2257
+ /// [`to_ascii_uppercase() `]: prim@str:: to_ascii_uppercase()
2258
2258
///
2259
2259
/// # Examples
2260
2260
///
@@ -2279,9 +2279,9 @@ impl str {
2279
2279
/// but non-ASCII letters are unchanged.
2280
2280
///
2281
2281
/// To return a new lowercased value without modifying the existing one, use
2282
- /// [`to_ascii_lowercase`].
2282
+ /// [`to_ascii_lowercase() `].
2283
2283
///
2284
- /// [`to_ascii_lowercase`]: #method. to_ascii_lowercase
2284
+ /// [`to_ascii_lowercase() `]: prim@str:: to_ascii_lowercase()
2285
2285
///
2286
2286
/// # Examples
2287
2287
///
You can’t perform that action at this time.
0 commit comments