Skip to content

Commit 2ea7e26

Browse files
author
Sébastien Geiser
committed
Small change in comment
1 parent 28d7941 commit 2ea7e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -532,7 +532,7 @@ private StringComparer StringComparerForCasing
532532
/// <summary>
533533
/// The culture used to evaluate numbers
534534
/// Synchronized with OptionNumberParsingDecimalSeparator and OptionNumberParsingThousandSeparator.
535-
/// So always set a full CultureInfo object and do not change NumberFormat.NumberDecimalSeparator and NumberFormat.NumberGroupSeparator properties directly.
535+
/// So always set a full CultureInfo object and do not change CultureInfoForNumberParsing.NumberFormat.NumberDecimalSeparator and CultureInfoForNumberParsing.NumberFormat.NumberGroupSeparator properties directly.
536536
/// Warning if using comma in separators change also OptionFunctionArgumentsSeparator and OptionInitializersSeparator otherwise it will create conflicts
537537
/// </summary>
538538
public CultureInfo CultureInfoForNumberParsing

0 commit comments

Comments
 (0)