Skip to content

Commit 53d62c5

Browse files
Update src/api/public-api/query-language.md
1 parent 2cdae91 commit 53d62c5

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
@@ -41,7 +41,7 @@ The language supports the following syntactic sugar adjustments:
4141

4242
### Definition type
4343

44-
The definition type (`USERS` or `ACCOUNTS`) determines whether the computation operates at the user or account level. For account-level audiences, you can apply additional functions, `ANY` (to verify that all underlying users meet the defined conditions) and `ALL` (to check if any of the underlying users meet the defined conditions).
44+
The definition type (`USERS` or `ACCOUNTS`) determines whether the computation operates at the user or account level. For account-level audiences, you can apply additional functions `ANY` (to verify that all underlying users meet the defined conditions) and `ALL` (to check if any of the underlying users meet the defined conditions).
4545

4646
These functions use the association between accounts and users to determine audience membership.
4747

0 commit comments

Comments
 (0)