Skip to content

Commit 83fa2f4

Browse files
committed
Merge pull request #226 from skaterdav85/patch-2
Update updateAll.js
2 parents f38a546 + f0fcafb commit 83fa2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/datastore/async_methods/updateAll.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ function errorPrefix(resourceName) {
3030
*
3131
* DS.filter('document', params); // []
3232
*
33-
* DS.updateAll('document', 5, {
33+
* DS.updateAll('document', {
3434
* author: 'Sally'
3535
* }, params).then(function (documents) {
3636
* documents; // The documents that were updated via an adapter

0 commit comments

Comments
 (0)