aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBruce Wells <brucekwells@gmail.com>2020-02-07 20:27:48 +0300
committerGitHub <noreply@github.com>2020-02-07 20:27:48 +0300
commit0eeed45566ec7bac6865cb6d30acb5777ccf6f43 (patch)
tree08f466dfb6e945eb4f6b1b826307d33b2aa7ecb2 /README.md
parent43790a456e8ec4104895869b178165fec65613d7 (diff)
parent2db48eff956f5a63513685cb5b576b588c698912 (diff)
Merge branch 'master' into master
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: `+ - * / ^`