File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ pub trait AsciiExt {
63
63
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
64
64
fn is_ascii ( & self ) -> bool ;
65
65
66
- /// Makes a copy of the value in it's ASCII upper case equivalent.
66
+ /// Makes a copy of the value in its ASCII upper case equivalent.
67
67
///
68
68
/// ASCII letters 'a' to 'z' are mapped to 'A' to 'Z',
69
69
/// but non-ASCII letters are unchanged.
@@ -92,7 +92,7 @@ pub trait AsciiExt {
92
92
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
93
93
fn to_ascii_uppercase ( & self ) -> Self :: Owned ;
94
94
95
- /// Makes a copy of the value in it's ASCII lower case equivalent.
95
+ /// Makes a copy of the value in its ASCII lower case equivalent.
96
96
///
97
97
/// ASCII letters 'A' to 'Z' are mapped to 'a' to 'z',
98
98
/// but non-ASCII letters are unchanged.
You can’t perform that action at this time.
0 commit comments