Skip to content

Commit 1db3ff2

Browse files
Small fix to MATCH (#1085)
1 parent 518011e commit 1db3ff2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

modules/ROOT/pages/clauses/match.adoc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,14 +158,13 @@ RETURN n AS connectedNodes
158158
|===
159159
| connectedNodes
160160
| (:Movie {title: "Wall Street"})
161-
162161
1+d| Rows: 1
163162
|===
164163

165164
[[directed-relationship-patterns]]
166165
=== Directed relationship patterns
167166

168-
The direction of a relationship in a pattern is indicated by arrows: `-->` or `<--`.
167+
The direction of a relationship in a pattern is indicated by arrows: `+-->+` or `+<--+`.
169168

170169
.Find all nodes connected to `Oliver Stone` by an outgoing relationship.
171170
[source, cypher]

0 commit comments

Comments
 (0)