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 {
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 ///
You can’t perform that action at this time.
0 commit comments