marijnh / Eloquent-JavaScript

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

Avoid repetition in visibility explanation #451

Closed estan closed 6 years ago

estan commented 6 years ago

The "each local scope can also see all the local scopes that contain it" occurred twice. I kept the second occurrence.

marijnh commented 6 years ago

Thanks! Merged.