Skip to content

Commit 2c559dd

Browse files
committed
DOCSP-42960: Removing nested components fixing rst error
1 parent cbcc580 commit 2c559dd

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/fundamentals/transactions.txt

+5-6
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,11 @@ these methods:
9494
error if there is no active transaction for the session or if the
9595
transaction was ended. To learn more about
9696
this method, see the :manual:`commitTransaction() page
97-
</reference/method/Session.commitTransaction/>` in the Server manual.
98-
99-
| The ``CommitTransaction()`` method is an idempotent function, which
100-
means that you can attempt to commit a transaction multiple times
101-
without changing data after the first successful commit.
102-
A transaction can succeed but return an error with the
97+
</reference/method/Session.commitTransaction/>` in the Server manual.
98+
|
99+
| The ``CommitTransaction()`` method is an idempotent function, which
100+
means that you can attempt to commit a transaction multiple times without changing data after the first successful commit.
101+
A transaction can succeed but return an error with the
103102
``UnknownTransactionCommitResult`` label. If you rerun the
104103
``CommitTransaction()`` method after receiving this error,
105104
your data is not changed by the repeat attempts.

0 commit comments

Comments
 (0)