Skip to content

Commit 12513e1

Browse files
yaacovCRrobrichard
authored andcommitted
add a word or two about which child nodes are being promoted
1 parent 65be49a commit 12513e1

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)