Skip to content

Commit fdc379f

Browse files
author
Sébastien Geiser
committed
First increment to not forget
1 parent be39335 commit fdc379f

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
@@ -1,6 +1,6 @@
11
/******************************************************************************************************
22
Title : ExpressionEvaluator (https://github.com/codingseb/ExpressionEvaluator)
3-
Version : 1.4.0.0
3+
Version : 1.4.0.1
44
(if last digit (the forth) is not a zero, the version is an intermediate version and can be unstable)
55
66
Author : Coding Seb
@@ -429,7 +429,7 @@ protected enum TryBlockEvaluatedState
429429

430430
/// <summary>
431431
/// if set to <c>true</c> use a cache for types that were resolved to resolve faster next time.
432-
/// if set to <c>false</c> the cach of types resolution is not use for this instance of ExpressionEvaluator.
432+
/// if set to <c>false</c> the cache of types resolution is not use for this instance of ExpressionEvaluator.
433433
/// Default : false
434434
/// the cache is the static Dictionary TypesResolutionCaching (so it is shared by all instances of ExpressionEvaluator that have CacheTypesResolutions enabled)
435435
/// </summary>

0 commit comments

Comments
 (0)