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)
141
141
return Number . ParseInt32 ( s , style , NumberFormatInfo . CurrentInfo ) ;
142
142
}
143
143
144
- // Parses an integer from a String in the given style. If
144
+ // Parses an integer from a String in the given style. If
145
145
// a NumberFormatInfo isn't specified, the current culture's
146
146
// NumberFormatInfo is assumed.
147
147
//
@@ -151,7 +151,7 @@ public static int Parse(string s, IFormatProvider? provider)
151
151
return Number . ParseInt32 ( s , NumberStyles . Integer , NumberFormatInfo . GetInstance ( provider ) ) ;
152
152
}
153
153
154
- // Parses an integer from a String in the given style. If
154
+ // Parses an integer from a String in the given style. If
155
155
// a NumberFormatInfo isn't specified, the current culture's
156
156
// NumberFormatInfo is assumed.
157
157
//
You can’t perform that action at this time.
0 commit comments