marijnh / Eloquent-JavaScript

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

Fix grammatical mistake #583

Closed schmidhauser closed 2 months ago

schmidhauser commented 2 months ago

Alternatively, to avoid successive this's, you could also rephrase the sentence as e.g. “The actual text runs as follows:”.

marijnh commented 2 months ago

Thanks for spotting that. It should have said 'in'. Attached patch makes the change.