New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Typo in 6.2.4 #1229

Closed
cpansprout opened this Issue Jun 15, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@cpansprout

cpansprout commented Jun 15, 2018

A Super Reference is a Reference that is used to represents a name binding....

‘represents’ should be ‘represent’.

(GitHub isn’t letting me file a pull request right now, for some strange reason.)

ryzokuken added a commit to ryzokuken/ecma262 that referenced this issue Jun 17, 2018

Editorial: fix typo in Section 6.4.2
Fix a typo in Section 6.4.2, which concerns the Reference Specification
Type in the definition for a "Super Reference".

represents => represent

Fixes: tc39#1229

bterlson added a commit that referenced this issue Jun 18, 2018

Editorial: fix typo in Section 6.4.2 (#1233)
Fix a typo in Section 6.4.2, which concerns the Reference Specification
Type in the definition for a "Super Reference".

represents => represent

Fixes: #1229

ljharb added a commit to ljharb/ecma262 that referenced this issue Jun 19, 2018

Editorial: fix typo in Section 6.4.2 (tc39#1233)
Fix a typo in Section 6.4.2, which concerns the Reference Specification
Type in the definition for a "Super Reference".

represents => represent

Fixes: tc39#1229

bterlson added a commit that referenced this issue Jun 20, 2018

ES2018: more editorial changes (#1238)
* Editorial: remove useless es6num comments (#1237)

* Editorial: fix typo in Section 6.4.2 (#1233)

Fix a typo in Section 6.4.2, which concerns the Reference Specification
Type in the definition for a "Super Reference".

represents => represent

Fixes: #1229

* Editorial: remove unused variables in ArraySetLength (#1231)

Remove the unused variable (named `succeeded`) in Steps 16.c.iii-iv. in
Section 9.4.2.4, which describes the abstract operation ArraySetLength.

Fixes: #1230
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment