Skip to content

Commit b6a8089

Browse files
Update modules/ROOT/pages/transaction-management.adoc
Co-authored-by: Reneta Popova <reneta.popova@neo4j.com>
1 parent 36a90a5 commit b6a8089

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/ROOT/pages/transaction-management.adoc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,8 @@ SET n += {prop: n.prop + 1}
106106
----
107107
====
108108

109-
Due to the complexity of determining such a dependency in the general case, Cypher does not cover all cases. If we execute one of the following queries conurrently 100 times, the final value of `n.prop` will most probably be less than 100.
109+
Due to the complexity of determining such a dependency in the general case, Cypher does not cover all cases.
110+
If you run one of the following queries concurrently 100 times, the final value of `n.prop` will most probably be less than 100.
110111

111112
.Complex Cypher
112113
====

0 commit comments

Comments
 (0)