mirror of
https://github.com/Icinga/icinga2.git
synced 2026-02-03 20:40:17 -05:00
Fix match function signature to match its description
This commit is contained in:
parent
61a93fdc0d
commit
905a1dd474
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue