diff --git a/src/datastore/async_methods/updateAll.js b/src/datastore/async_methods/updateAll.js index 1ef5c02..910c235 100644 --- a/src/datastore/async_methods/updateAll.js +++ b/src/datastore/async_methods/updateAll.js @@ -30,7 +30,7 @@ function errorPrefix(resourceName) { * * DS.filter('document', params); // [] * - * DS.updateAll('document', 5, { + * DS.updateAll('document', { * author: 'Sally' * }, params).then(function (documents) { * documents; // The documents that were updated via an adapter