Skip to content

Commit 2743d2e

Browse files
committed
update readme
1 parent 7af29d3 commit 2743d2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,13 @@ All tests passed.
4040
- *"ge"* (Greater than or equal to)
4141
- *"lt"* (Less than)
4242
- *"le"* (Less than or equal to)
43-
- *"anyOf"* (Any of) -- Representing logical OR operator
44-
- Composite operators -- e.g. "*gt*"+"*lt*" for range selection
43+
- *"anyOf"* (Any of)
44+
Representing logical OR operator
45+
- Composite operators
46+
Same as logical AND operator. e.g. "*gt*"+"*lt*" for range selection
4547
- Error handling
4648
- Write access to readonly memory
47-
- Access to undefined memory - out of segment
49+
- Access to undefined memory
4850

4951
### Additional useful feature
5052

0 commit comments

Comments
 (0)