Skip to content

Commit c59639b

Browse files
authored
Specify that the state refers to the passed transaction (#468)
1 parent 19e25f0 commit c59639b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5217,7 +5217,7 @@ To <dfn>commit a transaction</dfn> with the |transaction| to commit, run these s
52175217

52185218
To <dfn>abort a transaction</dfn> with the |transaction| to abort, and |error|, run these steps:
52195219

5220-
1. If [=transaction/state=] is [=transaction/finished=], abort these steps.
5220+
1. If |transaction|'s [=transaction/state=] is [=transaction/finished=], abort these steps.
52215221

52225222
1. All the changes made to the [=/database=] by the [=/transaction=]
52235223
are reverted. For [=/upgrade transactions=] this includes changes

0 commit comments

Comments
 (0)