marijnh / Eloquent-JavaScript

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

Ch. 9 – Typo #404

Closed mikegowen closed 6 years ago

mikegowen commented 6 years ago

http://eloquentjavascript.net/09_regexp.html#p_clbD+OAS4y

Our task is to convert a string like this into an object whose properties hold strings for sectionless settings and sub-objects for settings, with those sub-objects holding the section’s settings.

Should be?

Our task is to convert a string like this into an object whose properties hold strings for sectionless settings and sub-objects for sections, with those sub-objects holding the section’s settings.

marijnh commented 6 years ago

Thanks for spotting that, I've fixed it.