From 6b89b9726c586ad0a3e6baab947555b4b1bb1be1 Mon Sep 17 00:00:00 2001 From: stelar7 Date: Mon, 11 Aug 2025 09:07:56 +0200 Subject: [PATCH] Specify that the state refers to the passed transaction --- index.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 24874de..56cb234 100644 --- a/index.bs +++ b/index.bs @@ -5218,7 +5218,7 @@ To commit a transaction with the |transaction| to commit, run these s To abort a transaction with the |transaction| to abort, and |error|, run these steps: -1. If [=transaction/state=] is [=transaction/finished=], abort these steps. +1. If |transaction|'s [=transaction/state=] is [=transaction/finished=], abort these steps. 1. All the changes made to the [=/database=] by the [=/transaction=] are reverted. For [=/upgrade transactions=] this includes changes