Skip to content

Commit 270ff81

Browse files
fix additions
1 parent 2a3579a commit 270ff81

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/ROOT/pages/deprecations-additions-removals-compatibility.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,19 +85,19 @@ label:functionality[]
8585
label:new[]
8686
[source, cypher, role="noheader"]
8787
----
88-
MATCH (movie:$($label)),
88+
MATCH (n:$($label)),
8989
()-[r:$($type))]->()
9090
----
9191

9292
[source, cypher, role="noheader"]
9393
----
94-
CREATE (movie:$($label)),
94+
CREATE (n:$($label)),
9595
()-[r:$($type)]->()
9696
----
9797

9898
[source, cypher, role="noheader"]
9999
----
100-
MERGE (movie:$($label)),
100+
MERGE (n:$($label)),
101101
()-[r:$($type)]->()
102102
----
103103

0 commit comments

Comments
 (0)