File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function getInsertedCount()
3838 }
3939
4040 /**
41- * Return the map of inserted IDs that were generated by the driver .
41+ * Return a map of the inserted documents' IDs .
4242 *
4343 * The index of each ID in the map corresponds to the document's position
4444 * in bulk operation. If the document already an ID prior to insertion (i.e.
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public function getInsertedCount()
3838 }
3939
4040 /**
41- * Return the inserted ID that was generated by the driver .
41+ * Return the inserted document's ID .
4242 *
4343 * If the document already an ID prior to insertion (i.e. the driver did not
4444 * need to generate an ID), this will contain its "_id". Any
You can’t perform that action at this time.
0 commit comments