Skip to content

Commit e42b132

Browse files
committed
Fix JSDoc issue
1 parent 8562582 commit e42b132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/dao.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,7 @@ DataAccessObject.upsert = function(data, options, cb) {
636636
* If there is a single instance retrieved, update the retrieved model.
637637
* Creates a new model if no model instances were found.
638638
* Returns an error if multiple instances are found.
639-
* * @param {Object} [where] `where` filter, like
639+
* @param {Object} [where] `where` filter, like
640640
* ```
641641
* { key: val, key2: {gt: 'val2'}, ...}
642642
* ```

0 commit comments

Comments
 (0)