Skip to content

Commit 4f95cf1

Browse files
committed
Learn Editor: Update gql-reference-for-sentinel-custom-graph.md
1 parent 9ef9741 commit 4f95cf1

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
@@ -106,7 +106,7 @@ p=()-[:works_at]->() -- Binding a path variable
106106
- `{2,4}`: Exactly 2 to 4 hops
107107
- `{1,}`: 1 or more hops (unbounded). Today, the system limits an unbounded path query to 8 hops
108108

109-
- `{,8}`: Up to 8 hops
109+
- `{,5}`: Up to 5 hops
110110

111111
- `{5}`: Exactly 5 hops
112112

0 commit comments

Comments
 (0)