Skip to content

Commit c148d40

Browse files
committed
update include
1 parent fd6c16d commit c148d40

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/fundamentals/transactions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ and commit a multi-document insert operation through the following steps:
108108
.. literalinclude:: /includes/fundamentals/code-snippets/Transaction.java
109109
:language: java
110110
:start-after: start transaction
111-
:end-after: end transaction
111+
:end-before: end transaction
112112

113113
If you require more control over your transactions, you can use the ``startTransaction()``
114114
method. This method allows you to explicitly commit or abort the transaction and manually

0 commit comments

Comments
 (0)