Update queries-conditions.md (#99592)

This commit is contained in:
Stephanie Closson
2025-01-28 04:52:50 -05:00
committed by GitHub
parent 58a3e0ae86
commit 9c7618160d

View File

@@ -103,7 +103,7 @@ The threshold expression allows you to compare two single values. It returns `0`
- Is above (x > y)
- Is below (x < y)
- Is within range (x > y1 AND x < y2)
- Is outside range (x < y1 AND x > y2)
- Is outside range (x < y1 OR x > y2)
**Classic condition (legacy)**