Skip to content

Commit 41a3b79

Browse files
authored
Fix step reference in parallelism example
This regressed in 52c3ca8.
1 parent 4467ddf commit 41a3b79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

source

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1651,7 +1651,7 @@ a.setAttribute('href', 'https://example.com/'); // change the content attribute
16511651
</ol>
16521652

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

16571657
<p>Parallel queues solve this. The standard would let <var>nameListQueue</var> be the result of
@@ -147654,6 +147654,7 @@ INSERT INTERFACES HERE
147654147654
Cole Robison,
147655147655
Colin Fine,
147656147656
Collin Jackson,
147657+
Conrad Crawford, <!-- cnrad on GitHub -->
147657147658
Corey Farwell,
147658147659
Corprew Reed,
147659147660
Craig Cockburn,

0 commit comments

Comments
 (0)