Skip to content

Commit 6a174b5

Browse files
authored
fix db names
1 parent 7f55b25 commit 6a174b5

File tree

1 file changed

+1
-1
lines changed
  • source/fundamentals/crud/write-operations

1 file changed

+1
-1
lines changed

source/fundamentals/crud/write-operations/bulk.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ Update Operation
472472
~~~~~~~~~~~~~~~~
473473

474474
The following example shows how to use the ``bulkWrite()`` method to update
475-
existing documents in the ``db.people`` and ``db.objects`` collections:
475+
existing documents in the ``sample_db.people`` and ``sample_db.objects`` collections:
476476

477477
.. literalinclude:: /examples/generated/ClientBulkTest.snippet.update-models.kt
478478
:language: kotlin

0 commit comments

Comments
 (0)