diff options
author | Mathijs <101415133+mathijsqdrop@users.noreply.github.com> | 2023-11-21 00:19:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-21 00:19:47 +0300 |
commit | d9daabf40d64d38c2f4b4468d0e8cdb458e82bcf (patch) | |
tree | 9b28421e75b4b2b06394177a2c1f5e7c0660b3f3 | |
parent | f6750c9c3c944827462f28ceb3db6284458412cb (diff) |
Update README.md (#132)
Fix typo Paretheses -> Parentheses
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |