jorendorff / es-spec-html

An HTML version of the ECMAScript draft specification autogenerated from the source
http://ecma-international.org/ecma-262/5.1/
51 stars 17 forks source link

grammar Set.prototype.forEach #79

Closed stefanpenner closed 9 years ago

stefanpenner commented 9 years ago

https://people.mozilla.org/~jorendorff/es6-draft.html#sec-set.prototype.foreach

7th paragraph:

visited unless the value is added again before the to forEach call completes

should likely be

visited unless the value is added again before the call to forEach call completes

I would submit a

jordanbtucker commented 9 years ago

Correct me if I'm wrong, but bug reports regarding the ES6 draft should be reported at https://bugs.ecmascript.org/. Bugs regarding this program that produces an HTML version of the ES6 draft should be reported here on GitHub. This goes for #80 too.

stefanpenner commented 9 years ago

oops misread, just saw "bug reports on issue tracker" obviously didn't read that its bug reports for the tool.