aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathijs <101415133+mathijsqdrop@users.noreply.github.com>2023-11-21 00:19:47 +0300
committerGitHub <noreply@github.com>2023-11-21 00:19:47 +0300
commitd9daabf40d64d38c2f4b4468d0e8cdb458e82bcf (patch)
tree9b28421e75b4b2b06394177a2c1f5e7c0660b3f3
parentf6750c9c3c944827462f28ceb3db6284458412cb (diff)
Update README.md (#132)
Fix typo Paretheses -> Parentheses
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index dfb1fb3..d446dbc 100644
--- a/README.md
+++ b/README.md
@@ -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