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 7e0573b..18da2fd 100644
--- a/README.md
+++ b/README.md
@@ -78,8 +78,6 @@ $executor->addFunction('abs', function($arg) {return abs($arg);});
```
Function default parameters are not supported at this time.
-Default parameters are not currently supported.
-
## Operators:
Default operators: `+ - * / ^`