diff --git a/src/clojure/monger/result.clj b/src/clojure/monger/result.clj index 9b5ae74..33c31c5 100644 --- a/src/clojure/monger/result.clj +++ b/src/clojure/monger/result.clj @@ -9,7 +9,8 @@ (ns monger.result "Provides functions that determine if a query (or other database operation) - was successful or not. + was successful or not. Note that the use of these functions on WriteResult instances + is DEPRECATED as of Monger 1.8.0. Related documentation guides: