Doc string correction

This commit is contained in:
Michael S. Klishin 2012-06-28 15:05:12 +04:00
parent 5e955a25bf
commit 723ac2503b

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]