Skip to content

Commit 9552e8f

Browse files
Update src/api/public-api/query-language.md
Co-authored-by: Sharon Adewusi <[email protected]>
1 parent 7f3ea2f commit 9552e8f

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
@@ -77,7 +77,7 @@ The following tables list the query languages's available functions.
7777
| ----------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
7878
| Syntax | `property({s: String})` <br> `s` - the name of the property to build an extractor for <br> In the context of funnel audiences, you can add a parent prefix to reference the parent event. <br> `property(parent: {s: String})` |
7979
| Return Type | `ScalarExtractor` |
80-
| Notes | Only valid within a `where` function or a Reducer. Also note that inclusion of a `.` signifies traversal through nested structures. If the property name contains a literal dot, it must be escaped using `\\\\` |
80+
| Notes | Only valid within a `where` function or a Reducer. The `.` character indicates traversal through nested structures. If the trait name contains a literal period (`.`), it must be escaped using `\\\\`. |
8181
| Example | `property('total')` |
8282

8383
| `context` | |

0 commit comments

Comments
 (0)