Skip to content

Commit b9a2500

Browse files
committed
add a word or two about which child nodes are being promoted
1 parent 5ce10a5 commit b9a2500

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
@@ -397,8 +397,8 @@ YieldIncrementalResults(data, errors, incrementalDataRecords):
397397
- Initialize {completed} to an empty list.
398398
- For each {pendingResult} of {completedDeferredFragments}:
399399
- Append {GetCompletedEntry(pendingResult)} to {completed}.
400-
- Remove {pendingResult} from {graph}, promoting its child nodes to root
401-
nodes.
400+
- Remove {pendingResult} from {graph}, promoting its child Deferred Fragment
401+
nodes to root nodes.
402402
- Let {newPendingResults} be a new set containing the result of
403403
{GetNonEmptyNewPending(graph, pendingResults)}.
404404
- Add all nodes in {newPendingResults} to {pendingResults}.

0 commit comments

Comments
 (0)