We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa43074 commit 7d6c67eCopy full SHA for 7d6c67e
README.md
@@ -82,8 +82,7 @@ const arr = await Array.fromAsync(asyncGen(4));
82
If the argument is a sync iterable (and not an async iterable), then the return
83
value is still a promise that will resolve to an array. If the sync iterator
84
yields promises, then each yielded promise is awaited before its value is added
85
-to the new array. (Values that are not promises are also awaited to [prevent
86
-Zalgo][Zalgo].) All of this matches the behavior of `for await`.
+to the new array. (Values that are not promises are also awaited to [prevent Zalgo][Zalgo].) All of this matches the behavior of `for await`.
87
88
[Zalgo]: https://blog.izs.me/2013/08/designing-apis-for-asynchrony/
89
0 commit comments