Skip to content

Commit 1abbd2c

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

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
@@ -665,7 +665,7 @@ If so, the impacted transactions are always rolled back, and an error is thrown
665665
====
666666
667667
The following query tries to create `Movie` and `Year` nodes connected by a `RELEASED_IN` relationship.
668-
Note that there are only three different years in the CSV file, meaning hat only three `Year` nodes should be created.
668+
Note that there are only three different years in the CSV file, meaning that only three `Year` nodes should be created.
669669
670670
.Query with concurrent transaction causing a deadlock
671671
[source, cypher, role=test-fail]

0 commit comments

Comments
 (0)