Skip to content

Commit 272c282

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

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
@@ -502,7 +502,7 @@ entity('orders').where(entity('order-products').count() >= 1).count() >= 1
502502

503503
#### Associated to Orders or is a VIP user
504504

505-
This example collects all users which have at least 1 association to an `order` entity or have a `VIP` trait equal to true:
505+
This example collects all users who have at least 1 association to an `order` entity or have a `VIP` trait equal to true:
506506

507507
```sql
508508
entity('orders').count() >= 1 OR trait('VIP') = 'true'

0 commit comments

Comments
 (0)