Skip to content

Commit b614ba2

Browse files
small fix
1 parent 270ff81 commit b614ba2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,13 @@ MATCH (n:$($label)),
9191

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

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

0 commit comments

Comments
 (0)