Merge pull request #1133 from strongloop/issue_1132

Fix JSDoc issue
This commit is contained in:
Amirali Jafarian 2016-10-11 12:54:38 -04:00 committed by GitHub
commit c6e5d385c7
1 changed files with 1 additions and 1 deletions

View File

@ -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'}, ...}
* ```