From: Michael Insel Date: Mon, 19 Feb 2018 21:08:18 +0000 (+0100) Subject: Add missing word in operator documentation X-Git-Tag: v2.9.0~160^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=refs%2Fpull%2F6101%2Fhead;p=icinga2 Add missing word in operator documentation This adds the missing word `sorted` to the operators documentation. --- diff --git a/doc/17-language-reference.md b/doc/17-language-reference.md index 93991a7a2..196cc2e54 100644 --- a/doc/17-language-reference.md +++ b/doc/17-language-reference.md @@ -156,7 +156,7 @@ strings and numbers. ### Operators -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 ---------|------------|-----------------------------------------------|--------------------------------