Skip to content

Commit

Permalink
Update README.md (#132)
Browse files Browse the repository at this point in the history
Fix typo Paretheses -> Parentheses
  • Loading branch information
mathijsqdrop authored Nov 20, 2023
1 parent f6750c9 commit d9daabf
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 @@ -4,7 +4,7 @@

## Features:
* Built in support for +, -, *, /, % and power (^) operators
* Paratheses () and arrays [] are fully supported
* Parentheses () and arrays [] are fully supported
* Logical operators (==, !=, <, <, >=, <=, &&, ||, !)
* Built in support for most PHP math functions
* Support for BCMath Arbitrary Precision Math
Expand Down

0 comments on commit d9daabf

Please sign in to comment.