Skip to content

Commit 8e9a89b

Browse files
committed
Fix method refs in Upgrade article
1 parent 60f7ea6 commit 8e9a89b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/upgrade.txt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,12 @@ userland. As such, it is no longer done in the new driver and library.
254254
IDs of inserted documents (whether generated or not) may be accessed
255255
through the result objects returned by the write methods:
256256

257-
- ``MongoDB\InsertOneResult::getInsertedId()`` for
258-
:phpmethod:`MongoDB\\Collection::insertOne`
259-
- ``MongoDB\InsertManyResult::getInsertedIds()`` for
260-
:phpmethod:`MongoDB\\Collection::insertMany`
261-
- ``MongoDB\BulkWriteResult::getInsertedIds()`` for
262-
:phpmethod:`MongoDB\\Collection::bulkWrite`
257+
- :phpmethod:`MongoDB\\InsertOneResult::getInsertedId()` for
258+
:phpmethod:`MongoDB\\Collection::insertOne()`
259+
- :phpmethod:`MongoDB\\InsertManyResult::getInsertedIds()` for
260+
:phpmethod:`MongoDB\\Collection::insertMany()`
261+
- :phpmethod:`MongoDB\\BulkWriteResult::getInsertedIds()` for
262+
:phpmethod:`MongoDB\\Collection::bulkWrite()`
263263

264264
``MongoWriteBatch``
265265
~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)