Skip to content

Commit a1f24dd

Browse files
committed
tweak intro wording
1 parent 7097195 commit a1f24dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

source/migrate-kmongo.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,13 @@ Migrate from KMongo
1414
Overview
1515
--------
1616

17-
In this page, you can identify the changes you need to make to migrate from
18-
the KMongo driver to the official MongoDB Kotlin driver.
17+
In this page, you can identify the changes you need to make to migrate from the KMongo driver to the official MongoDB Kotlin driver.
1918

2019
.. include:: /includes/kmongo-description.rst
2120

21+
The MongoDB Kotlin driver is the officially supported and maintained MongoDB driver for
22+
Kotlin. It is developed by the MongoDB team.
23+
2224
This page contains a high-level comparison of most of the ways the drivers differ.
2325
Although both drivers :ref:`support synchronous and asynchronous operations <kotlin-sync-async-support>`,
2426
the examples on this page will use asynchronous coroutine-based operations.

0 commit comments

Comments
 (0)