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 3ea6514 commit ea7e4beCopy full SHA for ea7e4be
README.md
@@ -200,7 +200,7 @@ The evaluation of functions names is case insensitive.
200
## On the fly variables and functions evaluation
201
In addition to custom variables, you can add variables and/or functions with on the fly evaluation.
202
2 C# events are provided that are fired when variables or functions are not fund as standard ones in evaluation time.
203
-Can be use to define or redefine on object instance methods or properties.
+Can be use to define or redefine on object instances methods or properties.
204
205
```C#
206
ExpressionEvaluator evaluator = new ExpressionEvaluator();
0 commit comments