Skip to content

Commit 07d902b

Browse files
committed
update source constants
1 parent 150f9fb commit 07d902b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

snooty.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ driver-short = "Kotlin driver"
2121
driver-long = "MongoDB Kotlin Driver"
2222
version = "5.1"
2323
full-version = "{+version+}.2"
24+
language = "Kotlin"
2425
mdb-server = "MongoDB server"
2526
kotlin-docs = "https://kotlinlang.org"
2627

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 {+driver+} data classes to model its documents:
99+
This example uses the following {+language+} data classes to model its documents:
100100

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

0 commit comments

Comments
 (0)