We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a75e23d commit 8d6be4dCopy full SHA for 8d6be4d
lib/promise.js
@@ -257,8 +257,8 @@
257
258
/**
259
* Just like AV.Promise.when, but it calls resolveCallbck function
260
- * with one results array and calls rejectCallback function as soon as one
261
- * of promises rejects.
+ * with one results array and calls rejectCallback function as soon as any one
+ * of the input promises rejects.
262
* @see AV.Promise.when
263
*/
264
AV.Promise.all = function(promises) {
0 commit comments