Skip to content
This repository has been archived by the owner on Jan 9, 2021. It is now read-only.

grammar Set.prototype.forEach #79

Closed
stefanpenner opened this issue Oct 16, 2014 · 2 comments
Closed

grammar Set.prototype.forEach #79

stefanpenner opened this issue Oct 16, 2014 · 2 comments

Comments

@stefanpenner
Copy link

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
Copy link

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
Copy link
Author

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants