Skip to content

Commit 0723c33

Browse files
author
Sébastien Geiser
committed
Comment correction
1 parent 17f2878 commit 0723c33

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
@@ -880,9 +880,9 @@ public ExpressionEvaluator()
880880
}
881881

882882
/// <summary>
883-
/// Constructor with variable initialize
883+
/// Constructor with variables initialize
884884
/// </summary>
885-
/// <param name="variables">The Values of the variable use in the expressions</param>
885+
/// <param name="variables">The Values of variables use in the expressions</param>
886886
public ExpressionEvaluator(IDictionary<string, object> variables) : this()
887887
{
888888
Variables = variables;

0 commit comments

Comments
 (0)