Doc string correction

This commit is contained in:
Michael S. Klishin 2012-06-28 15:05:12 +04:00
parent db8f29ce5a
commit e4507f42eb

View file

@ -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]