We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 17f2878 commit 0723c33Copy full SHA for 0723c33
CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs
@@ -880,9 +880,9 @@ public ExpressionEvaluator()
880
}
881
882
/// <summary>
883
- /// Constructor with variable initialize
+ /// Constructor with variables initialize
884
/// </summary>
885
- /// <param name="variables">The Values of the variable use in the expressions</param>
+ /// <param name="variables">The Values of variables use in the expressions</param>
886
public ExpressionEvaluator(IDictionary<string, object> variables) : this()
887
{
888
Variables = variables;
0 commit comments