marijnh / Eloquent-JavaScript

The sources for the Eloquent JavaScript book
https://eloquentjavascript.net
3.01k stars 795 forks source link

Ch 11, Asynchronous bugs section: grammar bug #395

Closed dhollinden closed 6 years ago

dhollinden commented 6 years ago

In the sentence

"The map expression runs before anything has been added to the list, so each of the += operators starts from an empty string and end up, ..."

"end" should be plural

marijnh commented 6 years ago

Fixed in attached patch.