Fix typo in doc: "The support operators are" -> "The supported operators are"

This commit is contained in:
SpencerBrown 2018-05-12 08:55:54 -05:00 committed by Kristin Laemmert
parent 1de8d171ae
commit 3324de35b6
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ access, a function call, or even another conditional. The true and false
value can also be any valid interpolation syntax. The returned types by
the true and false side must be the same.
The support operators are:
The supported operators are:
* Equality: `==` and `!=`
* Numerical comparison: `>`, `<`, `>=`, `<=`