impatient-js icon indicating copy to clipboard operation
impatient-js copied to clipboard

Chapter: Asynchronous iteration

Open rauschma opened this issue 6 years ago • 2 comments

rauschma avatar Feb 07 '19 12:02 rauschma

Section 39.1.2 (42.1.2 in the print edition) says:

We call .next() in line B, line C and line D. Each time, we use .next() to unwrap the Promise...

I think you meant to say 'we use .then() to unwrap the Promise'?

The book has been very helpful so far!

anthemion-org avatar Nov 16 '19 02:11 anthemion-org

Thanks @anthemion-org! This typo will be fixed in the next release.

rauschma avatar Jan 02 '22 12:01 rauschma