Skip to content

Commit a966583

Browse files
committed
fix variable name typo
1 parent 4fc4dc1 commit a966583

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -863,7 +863,7 @@ serial):
863863
- Return {initialResult}.
864864

865865
CompleteFragment(deferredFragment, completedFuturesForFragment,
866-
pendingFuturesForFragment, newPendingResultsByFragment,
866+
pendingFuturesByFragment, newPendingResultsByFragment,
867867
completedFuturesByFragment, unsent):
868868

869869
- Initialize {newFutures} to the empty set.
@@ -888,8 +888,8 @@ completedFuturesByFragment, unsent):
888888
{fragmentPendingFuturesForFragment}:
889889
- Let {fragmentNewFutures}, {fragmentPending}, {fragmentIncremental}, and
890890
{fragmentCompleted}, be the result of {CompleteFragment(deferredFragment,
891-
resultsForFragment, pendingFuturesForFragment,
892-
newPendingResultsByFragment, resultsByFragment, unsent)}.
891+
resultsForFragment, pendingFuturesByFragment, newPendingResultsByFragment,
892+
resultsByFragment, unsent)}.
893893
- Add all items in {fragmentNewFutures} to {newFutures}.
894894
- Append all items in {fragmentPending} to {pending}.
895895
- Append all items in {fragmentIncremental} to {incremental}.

0 commit comments

Comments
 (0)