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 @@ -63,7 +63,7 @@ pub trait AsciiExt {
6363 #[ stable( feature = "rust1" , since = "1.0.0" ) ]
6464 fn is_ascii ( & self ) -> bool ;
6565
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.
6767 ///
6868 /// ASCII letters 'a' to 'z' are mapped to 'A' to 'Z',
6969 /// but non-ASCII letters are unchanged.
@@ -92,7 +92,7 @@ pub trait AsciiExt {
9292 #[ stable( feature = "rust1" , since = "1.0.0" ) ]
9393 fn to_ascii_uppercase ( & self ) -> Self :: Owned ;
9494
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.
9696 ///
9797 /// ASCII letters 'A' to 'Z' are mapped to 'a' to 'z',
9898 /// but non-ASCII letters are unchanged.
You can’t perform that action at this time.
0 commit comments