Skip to content

Commit 0b7ea39

Browse files
Merge pull request #6613 from segmentio/maleman842-patch-1
Fix typos on query-language.md
2 parents 469c7b3 + 53d62c5 commit 0b7ea39

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 (audience or computed trait) determines whether the computation operates at the user or account level. For account-level audiences, you can apply addition functions, including `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)