Merge pull request #8836 from lyknode/bugfix/doc-fix-match-signature

Fix match function signature to match its description
This commit is contained in:
Julian Brost 2021-06-17 15:00:13 +02:00 committed by GitHub
commit 5a114a6bf2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -380,7 +380,7 @@ null
Signature:
```
function match(pattern, text, mode)
function match(pattern, value, mode)
```
Returns true if the wildcard (`?*`) `pattern` matches the `value`, false otherwise.