Remove the deprecation note since it is only confusing these days
This commit is contained in:
parent
d8e70a5ee8
commit
2c05d4c9d5
1 changed files with 1 additions and 2 deletions
|
|
@ -9,8 +9,7 @@
|
||||||
|
|
||||||
(ns monger.result
|
(ns monger.result
|
||||||
"Provides functions that determine if a query (or other database operation)
|
"Provides functions that determine if a query (or other database operation)
|
||||||
was successful or not. Note that the use of these functions on WriteResult instances
|
was successful or not.
|
||||||
is DEPRECATED as of Monger 1.8.0.
|
|
||||||
|
|
||||||
Related documentation guides:
|
Related documentation guides:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue