We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b22ad commit 150f9fbCopy full SHA for 150f9fb
source/fundamentals/transactions.txt
@@ -96,7 +96,7 @@ and commit a changes to existing documents:
96
#. Update the specified documents, then use the ``commitTransaction()`` method if all
97
operations succeed, or ``abortTransaction()`` if any operations fail.
98
99
-This example uses the following {+language+} data classes to model its documents:
+This example uses the following {+driver+} data classes to model its documents:
100
101
.. literalinclude:: /examples/generated/TransactionsTest.snippet.data-class.kt
102
:language: kotlin
0 commit comments