Add missing word in operator documentation

This adds the missing word `sorted` to the operators documentation.
This commit is contained in:
Michael Insel 2018-02-19 22:08:18 +01:00
parent c7ae986d94
commit 60962c0897
1 changed files with 1 additions and 1 deletions

View File

@ -156,7 +156,7 @@ strings and numbers.
### 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
---------|------------|-----------------------------------------------|--------------------------------