tc39 / proposal-array-from-async

Draft specification for a proposed Array.fromAsync method in JavaScript.
http://tc39.es/proposal-array-from-async/
BSD 3-Clause "New" or "Revised" License
177 stars 13 forks source link

fix: Rename _next_ reference to _nextResult_ #45

Closed js-choi closed 8 months ago

js-choi commented 9 months ago

Finish #44’s change, which fixes #33.

44 renamed next to nextResult but one reference was left unchanged. Spotted by @trflynn89.