aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 0 insertions, 2 deletions
diff --git a/README.md b/README.md
index 14ede4c..65b9dc2 100644
--- a/README.md
+++ b/README.md
@@ -141,9 +141,7 @@ Or call setDivisionByZeroIsZero
```php
echo $executor->setDivisionByZeroIsZero()->execute('1/0');
```
-
If you want another behavior, you can override division operator:
-
```php
$executor->addOperator("/", false, 180, function($a, $b) {
if ($b == 0) {