diff --git a/src/monger/db.clj b/src/monger/db.clj index 80d34e0..fc9a781 100644 --- a/src/monger/db.clj +++ b/src/monger/db.clj @@ -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]