From acdd9a434fb667237d2ff4b4878205d0f1f593b1 Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Fri, 3 May 2024 13:58:48 +0200 Subject: [PATCH] Fix insert_many documentation typo --- lib/mongo.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/mongo.ex b/lib/mongo.ex index 08aa61b4..d75ee964 100644 --- a/lib/mongo.ex +++ b/lib/mongo.ex @@ -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