From 8208e8ab6328b8dd89ecbbea1520a5d26a647ca6 Mon Sep 17 00:00:00 2001 From: Amir Jafarian Date: Tue, 11 Oct 2016 12:21:36 -0400 Subject: [PATCH] Fix JSdoc --- lib/dao.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/dao.js b/lib/dao.js index 95e97836..1b64a9b7 100644 --- a/lib/dao.js +++ b/lib/dao.js @@ -640,7 +640,7 @@ DataAccessObject.upsert = function(data, options, cb) { * If there is a single instance retrieved, update the retrieved model. * Creates a new model if no model instances were found. * Returns an error if multiple instances are found. - * * @param {Object} [where] `where` filter, like + * @param {Object} [where] `where` filter, like * ``` * { key: val, key2: {gt: 'val2'}, ...} * ```