Skip to content

Commit 150f9fb

Browse files
committed
update constant
1 parent e9b22ad commit 150f9fb

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
@@ -96,7 +96,7 @@ and commit a changes to existing documents:
9696
#. Update the specified documents, then use the ``commitTransaction()`` method if all
9797
operations succeed, or ``abortTransaction()`` if any operations fail.
9898

99-
This example uses the following {+language+} data classes to model its documents:
99+
This example uses the following {+driver+} data classes to model its documents:
100100

101101
.. literalinclude:: /examples/generated/TransactionsTest.snippet.data-class.kt
102102
:language: kotlin

0 commit comments

Comments
 (0)