diff --git a/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml b/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml index 63feaa022866..4856ee14ddf9 100644 --- a/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml +++ b/reference/mongodb/mongodb/driver/bulkwritecommandresult/getinsertresults.xml @@ -15,7 +15,7 @@ Since _id fields for inserted documents are generated by - the extension, the value of insertedId in each result + the extension when not explicitly provided, the value of insertedId in each result will match the return value of MongoDB\Driver\BulkWriteCommand::insertOne for the corresponding insert operation.