From 4bbb26b8dcb93cd422471306b17bb3852cd6c9b2 Mon Sep 17 00:00:00 2001 From: Robert Pitts Date: Mon, 10 Dec 2012 18:16:02 -0500 Subject: [PATCH] A few spelling corrections in monger/collection s/wether/whether/g --- src/clojure/monger/collection.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/clojure/monger/collection.clj b/src/clojure/monger/collection.clj index af1324a..680452c 100644 --- a/src/clojure/monger/collection.clj +++ b/src/clojure/monger/collection.clj @@ -323,11 +323,11 @@ (.count (.getCollection db (name collection)) (to-db-object conditions)))) (defn any? - "Wether the collection has any items at all, or items matching query. + "Whether the collection has any items at all, or items matching query. EXAMPLES: - ;; wether the collection has any items + ;; whether the collection has any items (mgcol/any? collection) (mgcol/any? collection {:language \"Clojure\"})) @@ -341,7 +341,7 @@ (defn empty? - "Wether the collection is empty. + "Whether the collection is empty. EXAMPLES: (mgcol/empty? \"things\")