Doc string correction
This commit is contained in:
parent
5e955a25bf
commit
723ac2503b
1 changed files with 1 additions and 1 deletions
|
|
@ -504,7 +504,7 @@
|
||||||
(.dropIndex (.getCollection db collection) name)))
|
(.dropIndex (.getCollection db collection) name)))
|
||||||
|
|
||||||
(defn drop-indexes
|
(defn drop-indexes
|
||||||
"Drops an indices from this collection."
|
"Drops all indixes from this collection."
|
||||||
([^String collection]
|
([^String collection]
|
||||||
(.dropIndexes (.getCollection monger.core/*mongodb-database* collection)))
|
(.dropIndexes (.getCollection monger.core/*mongodb-database* collection)))
|
||||||
([^DB db ^String collection]
|
([^DB db ^String collection]
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue