From 723ac2503b3ac5bee74eb5c4e73a53f2350b2497 Mon Sep 17 00:00:00 2001 From: "Michael S. Klishin" Date: Thu, 28 Jun 2012 15:05:12 +0400 Subject: [PATCH] Doc string correction --- 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 f41e481..5ca1cee 100644 --- a/src/clojure/monger/collection.clj +++ b/src/clojure/monger/collection.clj @@ -504,7 +504,7 @@ (.dropIndex (.getCollection db collection) name))) (defn drop-indexes - "Drops an indices from this collection." + "Drops all indixes from this collection." ([^String collection] (.dropIndexes (.getCollection monger.core/*mongodb-database* collection))) ([^DB db ^String collection]