Update README.md (#132)

Fix typo Paretheses -> Parentheses
This commit is contained in:
Mathijs 2023-11-20 22:19:47 +01:00 committed by GitHub
parent f6750c9c3c
commit d9daabf40d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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