File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed 
src/libraries/System.Private.CoreLib/src/System Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -141,7 +141,7 @@ public static int Parse(string s, NumberStyles style)
141141            return  Number . ParseInt32 ( s ,  style ,  NumberFormatInfo . CurrentInfo ) ; 
142142        } 
143143
144-         // Parses an integer from a String in the given style.   If 
144+         // Parses an integer from a String in the given style. If 
145145        // a NumberFormatInfo isn't specified, the current culture's 
146146        // NumberFormatInfo is assumed. 
147147        // 
@@ -151,7 +151,7 @@ public static int Parse(string s, IFormatProvider? provider)
151151            return  Number . ParseInt32 ( s ,  NumberStyles . Integer ,  NumberFormatInfo . GetInstance ( provider ) ) ; 
152152        } 
153153
154-         // Parses an integer from a String in the given style.   If 
154+         // Parses an integer from a String in the given style. If 
155155        // a NumberFormatInfo isn't specified, the current culture's 
156156        // NumberFormatInfo is assumed. 
157157        // 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments