Skip to content

Editorial: proper step references in 2.1.1 example #11283

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion source
Original file line number Diff line number Diff line change
Expand Up @@ -1651,7 +1651,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
</ol>

<p>Two invocations of the above could run simultaneously, meaning <var>name</var> isn't in
<var>nameList</var> during step 2.1, but it <em>might be added</em> before step 2.3 runs,
<var>nameList</var> during step 3.1, but it <em>might be added</em> before step 3.3 runs,
meaning <var>name</var> ends up in <var>nameList</var> twice.</p>

<p>Parallel queues solve this. The standard would let <var>nameListQueue</var> be the result of
Expand Down Expand Up @@ -147438,6 +147438,7 @@ INSERT INTERFACES HERE
Cole Robison,
Colin Fine,
Collin Jackson,
Conrad Crawford, <!-- cnrad on GitHub -->
Corey Farwell,
Corprew Reed,
Craig Cockburn,
Expand Down