Merge pull request #5677 from mcktr/fix/doc-win-threshold-syntax

Fix typo in threshold syntax documentation
This commit is contained in:
Michael Friedrich 2017-10-16 12:00:19 +02:00 committed by GitHub
commit 199b43446c
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.