Skip to content

Commit 1d96a67

Browse files
authored
Merge pull request #2983 from strongloop/broken_documemnt
Fix broken document for `upsertWithWhere`
2 parents a673a38 + d4e0efc commit 1d96a67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/persisted-model.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ module.exports = function(registry) {
123123
* If there is a single instance retrieved, update the retrieved model.
124124
* Creates a new model if no model instances were found.
125125
* Returns an error if multiple instances are found.
126-
* * @param {Object} [where] `where` filter, like
126+
* @param {Object} [where] `where` filter, like
127127
* ```
128128
* { key: val, key2: {gt: 'val2'}, ...}
129129
* ```

0 commit comments

Comments
 (0)