Skip to content

Commit 7ac744e

Browse files
committed
doc: fix typo in mvcc clarification in commit 2fa255c
Reported-by: Erik Rijkers (private email) Backpatch-through: master
1 parent 6ae0897 commit 7ac744e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/src/sgml/mvcc.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -427,7 +427,7 @@ UPDATE accounts SET balance = balance - 100.00 WHERE acctnum = 7534;
427427
COMMIT;
428428
</screen>
429429

430-
If another transactions concurrently tries to change the balance of account
430+
If another transaction concurrently tries to change the balance of account
431431
7534, we clearly want the second statement to start with the updated
432432
version of the account's row. Because each command is affecting only a
433433
predetermined row, letting it see the updated version of the row does

0 commit comments

Comments
 (0)