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 6dc6416 commit 9f5e71dCopy full SHA for 9f5e71d
lib/mongo.ex
@@ -885,7 +885,7 @@ defmodule Mongo do
885
@doc """
886
Insert multiple documents into the collection.
887
888
- If any of the documents is missing the `_id` field or it is `nil`, an ObjectId will be generated, and insertd into the document.
+ If any of the documents is missing the `_id` field or it is `nil`, an ObjectId will be generated, and inserted into the document.
889
Ids of all documents will be returned in the result struct.
890
891
## Options
0 commit comments