From b51aae652403e98c4979191bfda60a776272836f Mon Sep 17 00:00:00 2001 From: Toby Hede Date: Sat, 18 Feb 2012 12:18:03 +1100 Subject: [PATCH] clarified documentation for drop-database --- src/monger/db.clj | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]