You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/api/public-api/query-language.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ The following tables list the query languages's available functions.
62
62
| Syntax |`trait({s: String})` <br> `s` - the name of the trait to reference |
63
63
| Return Type |`ScalarExtractor`|
64
64
| Description | Similar to the event operator, the trait operator is used to specify profile trait filter criteria. |
65
-
| Notes | You can reference other audiences by using the audience key as the trait name. Also note that inclusion of a `.`signifies traversal through nested structures. If the trait name contains a literal dot, it must be escaped using `\\\\`|
65
+
| Notes | You can reference other audiences by using the audience key as the trait name. The `.`character indicates traversal through nested structures. If the trait name contains a literal period (`.`), it must be escaped using `\\\\`.|
0 commit comments