Skip to content

Commit

Permalink
Merge pull request #8836 from lyknode/bugfix/doc-fix-match-signature
Browse files Browse the repository at this point in the history
Fix match function signature to match its description
  • Loading branch information
julianbrost authored Jun 17, 2021
2 parents 61a93fd + 905a1dd commit 5a114a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/18-library-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5a114a6

Please sign in to comment.