We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8851a53 commit 66347c1Copy full SHA for 66347c1
source/upgrade.txt
@@ -231,7 +231,7 @@ Accessing IDs of Inserted Documents
231
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232
233
In the legacy driver, :php:`MongoCollection::insert() <mongocollection.insert>`,
234
-:php:`MongoCollection::batchInsert() <mongocollection.batchinsert`, and
+:php:`MongoCollection::batchInsert() <mongocollection.batchinsert>`, and
235
:php:`MongoCollection::save() <mongocollection.save>` (when inserting) would
236
modify their input argument by injecting an ``_id`` key with a generated
237
ObjectId (i.e. :php:`MongoId <class.mongoid>` object). This behavior was a bit
0 commit comments