Skip to content

Commit afc4c91

Browse files
fix query
1 parent 721f5eb commit afc4c91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/planning-and-tuning/operators/operators-detail.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6075,7 +6075,7 @@ The `MergeUniqueNode` operator is similar to the xref:planning-and-tuning/operat
60756075
[source, cypher]
60766076
----
60776077
PROFILE
6078-
MERGE (t:Team {name: 'Engineering'}
6078+
MERGE (t:Team {name: 'Engineering'})
60796079
----
60806080
60816081
.Query Plan

0 commit comments

Comments
 (0)