Skip to content

Commit

Permalink
Update documentation for match()
Browse files Browse the repository at this point in the history
refs #13327
  • Loading branch information
gunnarbeutner committed Dec 7, 2016
1 parent cda29b0 commit 809de35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/18-library-reference.md
Expand Up @@ -36,7 +36,7 @@ Signature:

function match(pattern, text)

Returns true if the wildcard (`\*`) pattern matches the text, false otherwise.
Returns true if the wildcard (`?*`) pattern matches the text, false otherwise.

Example:

Expand Down

0 comments on commit 809de35

Please sign in to comment.