diff --git a/Promise.js b/Promise.js index 561e201..bd1fa14 100644 --- a/Promise.js +++ b/Promise.js @@ -202,7 +202,8 @@ module.packed = // values including the individual promises // can we combine the two??? // ...can we split this up into promises and - // other values and Promise.all(..) only the promises??? + // other values and Promise.all(..) only + // the promises??? //res.flat() Promise.all(res) .then(function(res){