mparlak / Flee

Fast Lightweight Expression Evaluator
607 stars 119 forks source link

Typo in https://github.com/mparlak/Flee/wiki/Getting-Started #96

Open GiorgioG opened 2 years ago

GiorgioG commented 2 years ago

In the section Invalid expressions it says:

An ExpressionCompileExpression will be thrown whenever an expression cannot be compiled.

When it should say:

An ExpressionCompileException will be thrown whenever an expression cannot be compiled.