Skip to content

Commit 6666898

Browse files
authored
Update comparison-operators.md
Edited typo in doesNotContains operator section. Previously it said `contains` operator in the description, changed to `doesNotContains`
1 parent eb09018 commit 6666898

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/search-and-query/comparison-operators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ The `contains` operator checks if the specified value exists within a string pro
261261

262262
### doesNotContains
263263

264-
The `contains` operator checks if the specified value **does not** exists in the specified property:
264+
The `doesNotContains` operator checks if the specified value **does not** exists in the specified property:
265265

266266
```json showLineNumbers
267267
{

0 commit comments

Comments
 (0)