Skip to content

Commit 9f5e71d

Browse files
authored
Fix insert_many documentation typo (#239)
1 parent 6dc6416 commit 9f5e71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/mongo.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -885,7 +885,7 @@ defmodule Mongo do
885885
@doc """
886886
Insert multiple documents into the collection.
887887
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.
888+
If any of the documents is missing the `_id` field or it is `nil`, an ObjectId will be generated, and inserted into the document.
889889
Ids of all documents will be returned in the result struct.
890890
891891
## Options

0 commit comments

Comments
 (0)