Skip to content

Commit

Permalink
Fix typo in README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
FourteenBrush committed Jun 10, 2024
1 parent 691ef46 commit f5a2e6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ assert result == 12;
### Functions and variables

There is built-in support for trigonometric, mathematical and other common functions, click
[here](core/src/main/java/me/fourteendoggo/mathexpressionparser/symbol/BuiltinSymbols.java) to seem them all.
[here](core/src/main/java/me/fourteendoggo/mathexpressionparser/symbol/BuiltinSymbols.java) to see them all.

Functions are called like normal Java methods, they can have zero or more parameters and can be nested:

Expand Down

0 comments on commit f5a2e6f

Please sign in to comment.