From ce420593f5d5d7a1176d94f9d3a2798f0553441f Mon Sep 17 00:00:00 2001 From: juantoser <136793699+juantoser@users.noreply.github.com> Date: Thu, 14 Nov 2024 11:39:12 +0100 Subject: [PATCH] Typo fix --- modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc b/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc index c72457853..cf83ee2a5 100644 --- a/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc +++ b/modules/ROOT/pages/subqueries/subqueries-in-transactions.adoc @@ -665,7 +665,7 @@ If so, the impacted transactions are always rolled back, and an error is thrown ==== The following query tries to create `Movie` and `Year` nodes connected by a `RELEASED_IN` relationship. -Note that there are only three different years in the CSV file, meaning hat only three `Year` nodes should be created. +Note that there are only three different years in the CSV file, meaning that only three `Year` nodes should be created. .Query with concurrent transaction causing a deadlock [source, cypher, role=test-fail]