clarified documentation for drop-database
This commit is contained in:
parent
3151587d67
commit
b51aae6524
1 changed files with 1 additions and 1 deletions
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Reference in a new issue