diff --git a/src/clojure/monger/collection.clj b/src/clojure/monger/collection.clj index df7a6c1..bd5ba7f 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)))