We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be08620 commit b512be5Copy full SHA for b512be5
README.md
@@ -45,7 +45,7 @@ const arr = await ??????????(asyncIterable);
45
```
46
47
There is an [it-all][] NPM library that performs only this task
48
-and which gets about 50,000 weekly downloads daily.
+and which gets about 50,000 weekly downloads.
49
This of course does **not** include any code
50
that uses ad-hoc `for await`–`of` loops with empty arrays.
51
Further demonstrating the demand for such functionality,
0 commit comments