Skip to content

Commit 8208e8a

Browse files
committed
Fix JSdoc
1 parent 7e8198f commit 8208e8a

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
@@ -640,7 +640,7 @@ DataAccessObject.upsert = function(data, options, cb) {
640640
* If there is a single instance retrieved, update the retrieved model.
641641
* Creates a new model if no model instances were found.
642642
* Returns an error if multiple instances are found.
643-
* * @param {Object} [where] `where` filter, like
643+
* @param {Object} [where] `where` filter, like
644644
* ```
645645
* { key: val, key2: {gt: 'val2'}, ...}
646646
* ```

0 commit comments

Comments
 (0)