From 606fc049431daa27d33ed8a5316ab0081819108f Mon Sep 17 00:00:00 2001 From: Bertolo Date: Wed, 15 Mar 2017 10:58:07 +0000 Subject: [PATCH] Update description said "documents" instead of "one document" --- lib/model.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/model.js b/lib/model.js index f1808a42074..2e5216a29f6 100644 --- a/lib/model.js +++ b/lib/model.js @@ -2197,7 +2197,7 @@ Model.hydrate = function(obj) { }; /** - * Updates documents in the database without returning them. + * Updates one document in the database without returning it. * * ####Examples: *