Skip to content

Commit 385cfeb

Browse files
authored
Apply suggestions from code review
1 parent dc400d6 commit 385cfeb

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

modules/ROOT/pages/clauses/finish.adoc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,11 @@ FINISH
2020
The following query has no result but creates one node with the label `Person`:
2121

2222
.Query
23-
// tag::clauses_finish_create[]
2423
[source, cypher]
2524
----
2625
CREATE (p:Person)
2726
FINISH
2827
----
29-
// end::clauses_finish_create[]
3028

3129
It is equivalent to the following query:
3230

0 commit comments

Comments
 (0)