We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 00ed93f + d4270bd commit 7b3424dCopy full SHA for 7b3424d
README.md
@@ -428,7 +428,7 @@ Operator is a check which includes an array of different evaluation logic. Here
428
429
3. in-range: Check if the value of a specified element is in the given numeric range.
430
- in-range: [20, 70]
431
- check if value is in range between 20 nad 70
+ check if value is in range between 20 and 70
432
433
4. not-range: Check if the value of a specified element is outside of a given numeric range.
434
- not-range: [5 , 40]
0 commit comments