Skip to content

Commit 64875fa

Browse files
JPryce-Aklundhgem-neo4j
authored andcommitted
Add missing curly bracket (neo4j#1079)
1 parent 1840a23 commit 64875fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ label:functionality[]
427427
label:updated[]
428428
[source, cypher, role="noheader"]
429429
----
430-
CREATE (n:Label {property: 'name'},
430+
CREATE (n:Label {property: 'name'}),
431431
()-[r:REL_TYPE]->()
432432
----
433433
| Neo4j's link:{neo4j-docs-base-uri}/operations-manual/{page-version}/database-internals/store-formats/#store-format-overview[block format] now implements xref:appendix/gql-conformance/index.adoc[GQL's] limit on the maximum length of identifiers.

0 commit comments

Comments
 (0)