Skip to content

Commit 85a20ab

Browse files
Update src/api/public-api/query-language.md
Co-authored-by: Sharon Adewusi <[email protected]>
1 parent 4fceccc commit 85a20ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/public-api/query-language.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ ANY event('Shoes Bought').count() >= 1
494494

495495
#### Associated with Orders that have an association to Order Products
496496

497-
This example collects all users which have at least 1 association to an `orders` entity where the `orders` entity has at least 1 association to an `order-products` entity:
497+
This example collects all users who have at least 1 association to an `orders` entity where the `orders` entity has at least 1 association to an `order-products` entity:
498498

499499
```sql
500500
entity('orders').where(entity('order-products').count() >= 1).count() >= 1

0 commit comments

Comments
 (0)