Skip to content

Commit

Permalink
Add missing curly bracket (neo4j#1079)
Browse files Browse the repository at this point in the history
  • Loading branch information
JPryce-Aklundh authored and gem-neo4j committed Nov 28, 2024
1 parent 1840a23 commit 64875fa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ label:functionality[]
label:updated[]
[source, cypher, role="noheader"]
----
CREATE (n:Label {property: 'name'},
CREATE (n:Label {property: 'name'}),
()-[r:REL_TYPE]->()
----
| 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.
Expand Down

0 comments on commit 64875fa

Please sign in to comment.