Skip to content

Commit 4f54dc8

Browse files
Merge pull request #314762 from EdB-MSFT/patch-2
Fix typo in GQL reference for path queries
2 parents e44f41d + 9d3e383 commit 4f54dc8

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). Today, the system limits an unbounded path query 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)