Skip to content

Commit 3cb9997

Browse files
committed
readme
1 parent 177c55c commit 3cb9997

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ Each predicate type supports specific comparison operators and requires proper C
120120
- `CollectionContainsAnyOf`: Checks if the collection contains any of the specified values
121121
- `CollectionNotContainsAnyOf`: Checks if the collection contains none of the specified values
122122
- `CollectionContainsAll`: Checks if the collection contains all specified values
123-
- `In`: Checks if a value is in the specified list
123+
- `In`: Checks if a value is in the specified list (operates on non-collection types: numeric/strings etc ..)
124124
- `NotIn`: Checks if a value is not in the specified list
125125
- **ComparisonValue Format**: Pipe-separated values (e.g., `"1|2|3"`)
126126
- **Example**:

0 commit comments

Comments
 (0)