Skip to content

Commit 2c8b56b

Browse files
Sébastien Geisercodingseb
authored andcommitted
Change comment
Change comments
1 parent 0172dc5 commit 2c8b56b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -528,8 +528,8 @@ private StringComparer StringComparerForCasing
528528
}
529529

530530
/// <summary>
531-
/// If <c>true</c> all numbers evaluations will be done as double without suffixes
532-
/// If <c>false</c> Integers values without suffixes will be evaluate as real int as in C# (Warning some operation can round values)
531+
/// If <c>true</c> all numbers without decimal and suffixes evaluations will be done as double
532+
/// If <c>false</c> Integers values without decimal and suffixes will be evaluate as int as in C# (Warning some operation can round values)
533533
/// By default = false
534534
/// </summary>
535535
public bool OptionForceIntegerNumbersEvaluationsAsDoubleByDefault { get; set; } = false;

0 commit comments

Comments
 (0)