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 @@ -829,7 +829,7 @@ impl char {
829
829
/// // Sometimes the result is more than one character:
830
830
/// assert_eq!('İ'.to_lowercase().to_string(), "i\u{307}");
831
831
///
832
- /// // Japanese scripts do not have case, and so:
832
+ /// // Japanese kanji characters do not have case, and so:
833
833
/// assert_eq!('山'.to_lowercase().to_string(), "山");
834
834
/// ```
835
835
#[ stable( feature = "rust1" , since = "1.0.0" ) ]
@@ -889,7 +889,7 @@ impl char {
889
889
/// // Sometimes the result is more than one character:
890
890
/// assert_eq!('ß'.to_uppercase().to_string(), "SS");
891
891
///
892
- /// // Japanese does not have case, and so:
892
+ /// // Japanese kanji characters do not have case, and so:
893
893
/// assert_eq!('山'.to_uppercase().to_string(), "山");
894
894
/// ```
895
895
///
You can’t perform that action at this time.
0 commit comments