Skip to content

Commit d4934b3

Browse files
committed
add a word or two about which child nodes are being promoted
1 parent e09dcf2 commit d4934b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -400,8 +400,8 @@ YieldIncrementalResults(data, errors, incrementalDataRecords):
400400
- Initialize {completed} to an empty list.
401401
- For each {pendingResult} of {completedDeferredFragments}:
402402
- Append {GetCompletedEntry(pendingResult)} to {completed}.
403-
- Remove {pendingResult} from {graph}, promoting its child nodes to root
404-
nodes.
403+
- Remove {pendingResult} from {graph}, promoting its child Deferred Fragment
404+
nodes to root nodes.
405405
- Let {newPendingResults} be a new set containing the result of
406406
{GetNonEmptyNewPending(graph, pendingResults)}.
407407
- Add all nodes in {newPendingResults} to {pendingResults}.

0 commit comments

Comments
 (0)