Skip to content

Commit 4fc4dc1

Browse files
committed
fix reset of variable
1 parent 3768025 commit 4fc4dc1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -728,7 +728,7 @@ serial):
728728
serial)}.
729729
- Initiate {initialFuture}.
730730
- Initialize {pendingFutures} to a set containing {initialFuture}.
731-
- Initialize {pendingResults} {pendingFutures}, and {unsent} to the empty set.
731+
- Initialize {pendingResults} and {unsent} to the empty set.
732732
- Initialize {newPendingResultsByFragment}, {pendingFuturesByFragment}, and
733733
{completedFuturesByFragment} to empty unordered maps.
734734
- Repeat the following steps:

0 commit comments

Comments
 (0)