clarified documentation for drop-database

This commit is contained in:
Toby Hede 2012-02-18 12:18:03 +11:00
parent 3151587d67
commit b51aae6524

View file

@ -23,7 +23,7 @@
(defn drop-db
"Drops the specified database."
"Drops the currently set database (via core/set-db) or the specified database."
([]
(.dropDatabase ^DB monger.core/*mongodb-database*))
([^DB database]