Skip to content

Commit 5a42ccc

Browse files
committed
Fix build error
1 parent ff7eeda commit 5a42ccc

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

source/fundamentals/transactions.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -95,16 +95,16 @@ following table describes these methods:
9595
this method, see the :manual:`commitTransaction() page
9696
</reference/method/Session.commitTransaction/>` in the Server manual.
9797

98-
.. note:: Retrying a Transaction
99-
100-
The ``CommitTransaction()`` method is an idempotent function, which
101-
means that you can attempt to commit a transaction multiple times
102-
without changing data after the first successful commit.
103-
104-
A transaction can succeed but return an error with the
105-
``UnknownTransactionCommitResult`` label. If you rerun the
106-
``CommitTransaction()`` method after receiving this error,
107-
your data is not changed by the repeat attempts.
98+
.. note:: Retrying a Transaction
99+
100+
The ``CommitTransaction()`` method is an idempotent function, which
101+
means that you can attempt to commit a transaction multiple times
102+
without changing data after the first successful commit.
103+
104+
A transaction can succeed but return an error with the
105+
``UnknownTransactionCommitResult`` label. If you rerun the
106+
``CommitTransaction()`` method after receiving this error,
107+
your data is not changed by the repeat attempts.
108108

109109
|
110110
| **Parameter**: ``Context``

0 commit comments

Comments
 (0)