File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ impl [u8] {
3030 /// To return a new uppercased value without modifying the existing one, use
3131 /// [`to_ascii_uppercase`].
3232 ///
33- /// [`to_ascii_uppercase`]: slice:: to_ascii_uppercase
33+ /// [`to_ascii_uppercase`]: #method. to_ascii_uppercase
3434 #[ stable( feature = "ascii_methods_on_intrinsics" , since = "1.23.0" ) ]
3535 #[ inline]
3636 pub fn make_ascii_uppercase ( & mut self ) {
@@ -47,7 +47,7 @@ impl [u8] {
4747 /// To return a new lowercased value without modifying the existing one, use
4848 /// [`to_ascii_lowercase`].
4949 ///
50- /// [`to_ascii_lowercase`]: slice:: to_ascii_lowercase
50+ /// [`to_ascii_lowercase`]: #method. to_ascii_lowercase
5151 #[ stable( feature = "ascii_methods_on_intrinsics" , since = "1.23.0" ) ]
5252 #[ inline]
5353 pub fn make_ascii_lowercase ( & mut self ) {
You can’t perform that action at this time.
0 commit comments