Skip to content

Commit ea7e4be

Browse files
authored
Update README.md
1 parent 3ea6514 commit ea7e4be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ The evaluation of functions names is case insensitive.
200200
## On the fly variables and functions evaluation
201201
In addition to custom variables, you can add variables and/or functions with on the fly evaluation.
202202
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.
203+
Can be use to define or redefine on object instances methods or properties.
204204

205205
```C#
206206
ExpressionEvaluator evaluator = new ExpressionEvaluator();

0 commit comments

Comments
 (0)