Fix typo in threshold syntax documentation

This commit is contained in:
Michael 2017-10-15 17:28:30 +02:00
parent 9d68ae9f1f
commit cfcf192146
1 changed files with 1 additions and 1 deletions

View File

@ -1458,7 +1458,7 @@ Threshold | Meaning
:------------|:----------
"29" | The threshold is 29.
"!29" | The threshold is 29, but the negative of the result is returned.
"[10-40]" | The threshold is a range from (including) 20 to 40, a value inside means the threshold has been exceeded.
"[10-40]" | The threshold is a range from (including) 10 to 40, a value inside means the threshold has been exceeded.
"![10-40]" | Same as above, but the result is inverted.