Skip to content

Commit

Permalink
doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
k-samuel committed Dec 1, 2023
1 parent a162b8b commit e311a89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ For all filters:
$query = (new AggregationQuery())->filters($filters)->countItems()->sort()->selfFiltering(true);
```

For individual filter
For individual filter:
```php
$filters[] = (new ValueIntersectionFilter('size', [12,32]))->selfFiltering(true);
```
Expand Down

0 comments on commit e311a89

Please sign in to comment.