Skip to content

Commit ad1e5fd

Browse files
Add missing curly bracket (#1079)
1 parent 1aae0d5 commit ad1e5fd

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
@@ -48,7 +48,7 @@ label:functionality[]
4848
label:updated[]
4949
[source, cypher, role="noheader"]
5050
----
51-
CREATE (n:Label {property: 'name'},
51+
CREATE (n:Label {property: 'name'}),
5252
()-[r:REL_TYPE]->()
5353
----
5454
| 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)