diff --git a/lib/dao.js b/lib/dao.js index e25ee7e4..99998f7f 100644 --- a/lib/dao.js +++ b/lib/dao.js @@ -636,7 +636,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'}, ...} * ```