Skip to content

Commit 9d3e383

Browse files
authored
Fix typo in variable-length paths section
Corrected a typo in the explanation of unbounded path queries.
1 parent 7919461 commit 9d3e383

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

articles/sentinel/datalake/gql-reference-for-sentinel-custom-graph.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ p=()-[:works_at]->() -- Binding a path variable
104104
**Variable-length paths:**
105105

106106
- `{2,4}`: Exactly 2 to 4 hops
107-
- `{1,}`: 1 or more hops (unbounded). Unbounded path queries, are kimited to 8 hops.
107+
- `{1,}`: 1 or more hops (unbounded). Unbounded path queries are limited to 8 hops.
108108

109109
- `{,5}`: Up to 5 hops
110110

0 commit comments

Comments
 (0)