Skip to content

Commit 66347c1

Browse files
committed
Fix RST link syntax
1 parent 8851a53 commit 66347c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/upgrade.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ Accessing IDs of Inserted Documents
231231
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
232232

233233
In the legacy driver, :php:`MongoCollection::insert() <mongocollection.insert>`,
234-
:php:`MongoCollection::batchInsert() <mongocollection.batchinsert`, and
234+
:php:`MongoCollection::batchInsert() <mongocollection.batchinsert>`, and
235235
:php:`MongoCollection::save() <mongocollection.save>` (when inserting) would
236236
modify their input argument by injecting an ``_id`` key with a generated
237237
ObjectId (i.e. :php:`MongoId <class.mongoid>` object). This behavior was a bit

0 commit comments

Comments
 (0)