Skip to content

Commit da57136

Browse files
authored
Merge pull request #1134 from strongloop/1132_2x
Fix JSdoc
2 parents 7e8198f + 8208e8a commit da57136

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)