Skip to content

Commit 0fc4a81

Browse files
Update modules/ROOT/pages/cypher/index.adoc
Co-authored-by: Jessica Wright <[email protected]>
1 parent bb9df0e commit 0fc4a81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/cypher/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RETURN p,r,t
213213
----
214214

215215
This query specifies variables for both the node labels (`p` for `Person` and `t` for `Technology`) and the relationship type (`r` for `:LIKES`).
216-
In the return clause, you can then use the variables (i.e.`p`, `r`, and `t`) to return the bound entities.
216+
In the return clause, you can then use the variables (i.e. `p`, `r`, and `t`) to return the bound entities.
217217

218218
This would be your result:
219219

0 commit comments

Comments
 (0)