From 0494128e15db50f3c133af95f46703aa0375e064 Mon Sep 17 00:00:00 2001 From: Zachary Date: Sat, 5 Dec 2020 08:40:30 +0800 Subject: [PATCH] Fix typo: weather to whether --- 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 df7a6c18..bd5ba7f4 100644 --- a/src/clojure/monger/collection.clj +++ b/src/clojure/monger/collection.clj @@ -467,7 +467,7 @@ (defn exists? - "Checks weather collection with certain name exists." + "Checks whether collection with certain name exists." ([^DB db ^String coll] (.collectionExists db coll)))