Skip to content

Commit

Permalink
Fix insert_many documentation typo (#239)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhcarvalho authored May 3, 2024
1 parent 6dc6416 commit 9f5e71d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mongo.ex
Original file line number Diff line number Diff line change
Expand Up @@ -885,7 +885,7 @@ defmodule Mongo do
@doc """
Insert multiple documents into the collection.
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.
Ids of all documents will be returned in the result struct.
## Options
Expand Down

0 comments on commit 9f5e71d

Please sign in to comment.