Skip to content

Commit 8142445

Browse files
path fix
1 parent 8a61f70 commit 8142445

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/patterns/match-modes.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ RETURN [n IN nodes(p) | n.name] AS locations,
6464

6565
<1> The xref:expressions/list-expressions.adoc#list-comprehension[list comprehensions] iterate over nodes and relationships in a path and return specific properties (the `name` property from nodes, and the `id` property from relationships).
6666

67-
As the results show, a node may be traversed several times in the same path, but a relationship (bridge) is never re-traversed (for example, the path `[7, 2, 5, 7, 2]`, which traverses the same bridge more than once, cannot be matched using the `DIFFERENT RELATIONSHIPS` match mode).
67+
As the results show, a node may be traversed several times in the same path, but a relationship (bridge) is never re-traversed (for example, the path `[6, 4, 1, 5, 6]`, which traverses the same bridge more than once, cannot be matched using the `DIFFERENT RELATIONSHIPS` match mode).
6868

6969
.Result
7070
[role="queryresult",options="header,footer",cols="2*<m"]

0 commit comments

Comments
 (0)