mirror of https://github.com/Icinga/icinga2.git
Merge pull request #6101 from Icinga/fix/doc-operators-missing-word
Add missing word in operator documentation
This commit is contained in:
commit
636ed8e238
|
@ -156,7 +156,7 @@ strings and numbers.
|
||||||
|
|
||||||
### Operators <a id="expression-operators"></a>
|
### Operators <a id="expression-operators"></a>
|
||||||
|
|
||||||
The following operators are supported in expressions. The operators are by descending precedence.
|
The following operators are supported in expressions. The operators are sorted by descending precedence.
|
||||||
|
|
||||||
Operator | Precedence | Examples (Result) | Description
|
Operator | Precedence | Examples (Result) | Description
|
||||||
---------|------------|-----------------------------------------------|--------------------------------
|
---------|------------|-----------------------------------------------|--------------------------------
|
||||||
|
|
Loading…
Reference in New Issue