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.
1 parent 7af29d3 commit 2743d2eCopy full SHA for 2743d2e
README.md
@@ -40,11 +40,13 @@ All tests passed.
40
- *"ge"* (Greater than or equal to)
41
- *"lt"* (Less than)
42
- *"le"* (Less than or equal to)
43
- - *"anyOf"* (Any of) -- Representing logical OR operator
44
- - Composite operators -- e.g. "*gt*"+"*lt*" for range selection
+ - *"anyOf"* (Any of)
+ Representing logical OR operator
45
+ - Composite operators
46
+ Same as logical AND operator. e.g. "*gt*"+"*lt*" for range selection
47
- Error handling
48
- Write access to readonly memory
- - Access to undefined memory - out of segment
49
+ - Access to undefined memory
50
51
### Additional useful feature
52
0 commit comments