Skip to content

Commit 2ca0b10

Browse files
authored
Update query-language.md
1 parent 1f8c351 commit 2ca0b10

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
@@ -62,7 +62,7 @@ The following tables list the query languages's available functions.
6262
| Syntax | `trait({s: String})` <br> `s` - the name of the trait to reference |
6363
| Return Type | `ScalarExtractor` |
6464
| 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 dor, it must be escaped using `\\` |
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 `\\\\` |
6666
| Example | `trait('total_spend')` |
6767

6868
| `entity` | |

0 commit comments

Comments
 (0)