diff --git a/doc/18-library-reference.md b/doc/18-library-reference.md index 8020283d1..be49a6b0d 100644 --- a/doc/18-library-reference.md +++ b/doc/18-library-reference.md @@ -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: