From d9daabf40d64d38c2f4b4468d0e8cdb458e82bcf Mon Sep 17 00:00:00 2001 From: Mathijs <101415133+mathijsqdrop@users.noreply.github.com> Date: Mon, 20 Nov 2023 22:19:47 +0100 Subject: [PATCH] Update README.md (#132) Fix typo Paretheses -> Parentheses --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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