From d8ce4ae787745166750bee763f4b2a091ea91034 Mon Sep 17 00:00:00 2001 From: Punit Naik Date: Thu, 23 Jun 2022 18:43:43 +0530 Subject: [PATCH] docfix --- src/clojure/monger/collection.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/clojure/monger/collection.clj b/src/clojure/monger/collection.clj index bd5ba7f..c6763bc 100644 --- a/src/clojure/monger/collection.clj +++ b/src/clojure/monger/collection.clj @@ -109,7 +109,7 @@ (defn ^WriteResult insert-batch - "Saves documents do collection. You can optionally specify WriteConcern as a third argument." + "Saves documents to collection. You can optionally specify WriteConcern as a third argument." ([^DB db ^String coll ^List documents] (.insert (.getCollection db (name coll)) ^List (to-db-object documents)