File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ driver-short = "Kotlin driver"
21
21
driver-long = " MongoDB Kotlin Driver"
22
22
version = " 5.1"
23
23
full-version = " {+version+}.2"
24
+ language = " Kotlin"
24
25
mdb-server = " MongoDB server"
25
26
kotlin-docs = " https://kotlinlang.org"
26
27
Original file line number Diff line number Diff line change @@ -96,7 +96,7 @@ and commit a changes to existing documents:
96
96
#. Update the specified documents, then use the ``commitTransaction()`` method if all
97
97
operations succeed, or ``abortTransaction()`` if any operations fail.
98
98
99
- This example uses the following {+driver +} data classes to model its documents:
99
+ This example uses the following {+language +} data classes to model its documents:
100
100
101
101
.. literalinclude:: /examples/generated/TransactionsTest.snippet.data-class.kt
102
102
:language: kotlin
You can’t perform that action at this time.
0 commit comments