Skip to content

Commit 20dc6fb

Browse files
committed
doc corrections
1 parent 179256e commit 20dc6fb

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
@@ -662,7 +662,7 @@ evaluator.Types.Add(typeof(MyClass));
662662
### Commercial
663663
* [Eval Expression.NET](http://eval-expression.net/)
664664
665-
I would say every C# evaluation libraries have drawbacks and benefits, ExpressionEvaluator is not an exception so choose wisely (Read ).
665+
I would say every C# evaluation libraries have drawbacks and benefits, ExpressionEvaluator is not an exception so choose wisely (Read docs and licences).
666666

667667
The biggest difference of ExpressionEvaluator is that everything is evaluated on the fly, nothing is compiled or transpile nor in CLR/JIT/IL nor in lambda expressions nor in javascript or other languages stuffs.
668668
So it can be slower in some cases (sometimes not) but it also avoid a lot of memory leaks.

0 commit comments

Comments
 (0)