marijnh / Eloquent-JavaScript

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

Add a missing brace #491

Closed zhang1pr closed 5 years ago

zhang1pr commented 5 years ago

A curly brace is missing for this example JSON object.

marijnh commented 5 years ago

Thank you for spotting that. In fact, the closing brace at the end of the example shouldn't be there—/talks returns an array. I've fixed it in attached patch, and noted it in the errata.