mirror of https://github.com/Icinga/icinga2.git
Add missing word in operator documentation
This adds the missing word `sorted` to the operators documentation.
This commit is contained in:
parent
c7ae986d94
commit
60962c0897
|
@ -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