File tree 1 file changed +8
-0
lines changed
1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1646,6 +1646,10 @@ impl str {
1646
1646
/// 'Lowercase' is defined according to the terms of the Unicode Derived Core Property
1647
1647
/// `Lowercase`.
1648
1648
///
1649
+ /// Since some characters can expand into multiple characters when changing
1650
+ /// the case, this function returns a [`String`] instead of modifying the
1651
+ /// parameter in-place.
1652
+ ///
1649
1653
/// [`String`]: string/struct.String.html
1650
1654
///
1651
1655
/// # Examples
@@ -1718,6 +1722,10 @@ impl str {
1718
1722
/// 'Uppercase' is defined according to the terms of the Unicode Derived Core Property
1719
1723
/// `Uppercase`.
1720
1724
///
1725
+ /// Since some characters can expand into multiple characters when changing
1726
+ /// the case, this function returns a [`String`] instead of modifying the
1727
+ /// parameter in-place.
1728
+ ///
1721
1729
/// [`String`]: string/struct.String.html
1722
1730
///
1723
1731
/// # Examples
You can’t perform that action at this time.
0 commit comments