We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f38a546 + f0fcafb commit 83fa2f4Copy full SHA for 83fa2f4
src/datastore/async_methods/updateAll.js
@@ -30,7 +30,7 @@ function errorPrefix(resourceName) {
30
*
31
* DS.filter('document', params); // []
32
33
- * DS.updateAll('document', 5, {
+ * DS.updateAll('document', {
34
* author: 'Sally'
35
* }, params).then(function (documents) {
36
* documents; // The documents that were updated via an adapter
0 commit comments