Skip to content

Commit 703b1a0

Browse files
committed
Updated Exprtk
1 parent 781011b commit 703b1a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exprtk/readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2490,7 +2490,7 @@ which obviously is not the intended outcome by the user. A possible
24902490
solution to this problem is for one to implement their own specific
24912491
USR that will perform a user defined business logic in determining if
24922492
an encountered unknown symbol should be treated as a variable or if it
2493-
should raise a compilation error. The following example demonstrated a
2493+
should raise a compilation error. The following example demonstrates a
24942494
simple user defined USR:
24952495

24962496
typedef exprtk::symbol_table<T> symbol_table_t;

0 commit comments

Comments
 (0)