Minor: update jsdoc for PersistedModel.updateAll
This commit is contained in:
parent
b2d9f662e5
commit
6f1b5f61ed
|
@ -226,7 +226,7 @@ PersistedModel.deleteAll = PersistedModel.destroyAll;
|
||||||
* Example:
|
* Example:
|
||||||
*
|
*
|
||||||
*```js
|
*```js
|
||||||
* Employee.update({managerId: 'x001'}, {managerId: 'x002'}, function(err) {
|
* Employee.updateAll({managerId: 'x001'}, {managerId: 'x002'}, function(err, count) {
|
||||||
* ...
|
* ...
|
||||||
* });
|
* });
|
||||||
* ```
|
* ```
|
||||||
|
|
Loading…
Reference in New Issue