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

SharedArrayBuffer Constructor algorithm steps reference the wrong argument name #914

Closed
rbuckton opened this Issue May 10, 2017 · 1 comment

Comments

Projects
None yet
3 participants
@rbuckton
Contributor

rbuckton commented May 10, 2017

In 24.2.2.1, the argument to the SharedArrayBuffer constructor is called length in the section name and intro paragraph, but is called numberLength in the algorithm steps.

@anba

This comment has been minimized.

Show comment
Hide comment
@anba

anba Aug 28, 2017

Contributor

This is now fixed.

Contributor

anba commented Aug 28, 2017

This is now fixed.

@littledan littledan closed this Aug 29, 2017

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