Skip to content

Commit c6e5d38

Browse files
authored
Merge pull request #1133 from strongloop/issue_1132
Fix JSDoc issue
2 parents 8562582 + e42b132 commit c6e5d38

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)