marijnh / Eloquent-JavaScript

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

Ch 11, Asynchronicity section: grammar #391

Closed dhollinden closed 6 years ago

dhollinden commented 6 years ago

The last word in this sentence should be plural -> processors

"A thread is another running program whose execution may be interleaved with other programs by the operating system—since most modern computers contain multiple processors, multiple threads may even run at the same time, on different processor."

marijnh commented 6 years ago

Thanks!