We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Section 3 "Terminology" of the Encoding Standard of WHATWG (https://encoding.spec.whatwg.org/)
To read an item from an I/O queue ioQueue, run these steps: If ioQueue is empty, then wait until its size is at least 1. [...]
To read an item from an I/O queue ioQueue, run these steps:
The term "empty" on the text "If ioQueue is empty" referenced the wrong item in the Infra Standard: (https://infra.spec.whatwg.org/#list-empty)
It should be: (https://infra.spec.whatwg.org/#list-is-empty)
That's it.
The text was updated successfully, but these errors were encountered:
Editorial: correct "is empty" reference
c04b707
Fixes #329.
e20f586
Thank you!
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
What is the issue with the Encoding Standard?
Section 3 "Terminology" of the Encoding Standard of WHATWG (https://encoding.spec.whatwg.org/)
The term "empty" on the text "If ioQueue is empty" referenced the wrong item in the Infra Standard:
(https://infra.spec.whatwg.org/#list-empty)
It should be: (https://infra.spec.whatwg.org/#list-is-empty)
That's it.
The text was updated successfully, but these errors were encountered: