Skip to content

Commit 3667122

Browse files
Typo fix (#1110)
Co-authored-by: Jens Pryce-Åklundh <[email protected]>
1 parent e5c832d commit 3667122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -664,7 +664,7 @@ If so, the impacted transactions are always rolled back, and an error is thrown
664664
====
665665
666666
The following query tries to create `Movie` and `Year` nodes connected by a `RELEASED_IN` relationship.
667-
Note that there are only three different years in the CSV file, meaning hat only three `Year` nodes should be created.
667+
Note that there are only three different years in the CSV file, meaning that only three `Year` nodes should be created.
668668
669669
.Query with concurrent transaction causing a deadlock
670670
[source, cypher, role=test-fail]

0 commit comments

Comments
 (0)