Skip to content

Commit f298485

Browse files
committed
docs: fix simple typo, thrid -> third
There is a small typo in README.md. Should read `third` rather than `thrid`.
1 parent 2ef22d2 commit f298485

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
@@ -85,7 +85,7 @@ be evaluated later using `te_eval()`. On failure, `te_compile()` will return 0
8585
and optionally set the passed in `*error` to the location of the parse error.
8686
8787
You may also compile expressions without variables by passing `te_compile()`'s second
88-
and thrid arguments as 0.
88+
and third arguments as 0.
8989
9090
Give `te_eval()` a `te_expr*` from `te_compile()`. `te_eval()` will evaluate the expression
9191
using the current variable values.

0 commit comments

Comments
 (0)