File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -1646,6 +1646,10 @@ impl str {
16461646/// 'Lowercase' is defined according to the terms of the Unicode Derived Core Property 
16471647/// `Lowercase`. 
16481648/// 
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+ /// 
16491653/// [`String`]: string/struct.String.html 
16501654/// 
16511655/// # Examples 
@@ -1718,6 +1722,10 @@ impl str {
17181722/// 'Uppercase' is defined according to the terms of the Unicode Derived Core Property 
17191723/// `Uppercase`. 
17201724/// 
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+ /// 
17211729/// [`String`]: string/struct.String.html 
17221730/// 
17231731/// # Examples 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments