Skip to content

Commit 1434e91

Browse files
fix
1 parent 36a4486 commit 1434e91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/appendix/gql-conformance/additional-cypher.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ a|
9494
[source, cypher, role="noheader"]
9595
----
9696
MATCH (n:$($label)),
97-
()-[r:$($type))]->()
97+
()-[r:$($type)]->()
9898
----
9999

100100
| xref:clauses/match.adoc#dynamic-match[`MATCH` nodes and relationships using dynamic node labels and relationship types]

0 commit comments

Comments
 (0)