Skip to content

Commit

Permalink
Update manual, fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake-Madden committed Nov 30, 2023
1 parent 7291844 commit 999e398
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file modified docs/TinyExpr++ReferenceManual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion tinyexpr.h
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ class te_parser
resolvedVariables.clear();
}
}
/// @brief Gets the compiled expression, which will the optimized version
/// @brief Gets the compiled expression, which will be the optimized version
/// of the original expression.
/// @returns The compiled expression.
[[nodiscard]]
Expand Down

0 comments on commit 999e398

Please sign in to comment.