Skip to content

Commit d7a126a

Browse files
fix tests
1 parent e9debb3 commit d7a126a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

modules/ROOT/pages/clauses/create.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,7 @@ RETURN greta.name AS name, labels(greta) AS labels, type(rel) AS relType, collec
248248
| name | labels | relType | movies
249249

250250
| "Greta Gerwig"
251-
| ["Person, "Director"]
251+
| ["Person", "Director"]
252252
| "DIRECTED"
253253
| ["Ladybird", "Little Women", "Barbie"]
254254
4+d|Rows: 1 +
@@ -257,7 +257,7 @@ RETURN greta.name AS name, labels(greta) AS labels, type(rel) AS relType, collec
257257
[role=label--new-5.18]
258258
[[insert-as-synonym-of-create]]
259259
== `INSERT` as a synonym of `CREATE`
260-
260+
261261
`INSERT` can be used as a synonym to `CREATE` for creating nodes and relationships, and was introduced as part of Cypher's xref:appendix/gql-conformance/index.adoc[].
262262
However, `INSERT` requires that multiple labels are separated by an ampersand `&` and not by colon `:`.
263263

modules/ROOT/pages/clauses/merge.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,7 @@ RETURN greta.name AS name, labels(greta) AS labels, type(rel) AS relType, collec
727727
| name | labels | relType | movies
728728

729729
| "Greta Gerwig"
730-
| ["Person, "Director"]
730+
| ["Person", "Director"]
731731
| "DIRECTED"
732732
| ["Ladybird", "Little Women", "Barbie"]
733733

0 commit comments

Comments
 (0)