Skip to content

Commit 5aaea6c

Browse files
another
1 parent bfbed00 commit 5aaea6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/expressions/node-relationship-operators.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ RETURN p[nodeProperty] AS lastName
118118
.Access properties dynamically using a parameter
119119
[source, cypher]
120120
----
121-
MATCH (:Person)
121+
MATCH (p:Person)
122122
RETURN p[$propertyName] AS middleName
123123
----
124124

0 commit comments

Comments
 (0)