Skip to content

Commit

Permalink
add a word or two about which child nodes are being promoted
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Jun 18, 2024
1 parent 5ce10a5 commit b9a2500
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -397,8 +397,8 @@ YieldIncrementalResults(data, errors, incrementalDataRecords):
- Initialize {completed} to an empty list.
- For each {pendingResult} of {completedDeferredFragments}:
- Append {GetCompletedEntry(pendingResult)} to {completed}.
- Remove {pendingResult} from {graph}, promoting its child nodes to root
nodes.
- Remove {pendingResult} from {graph}, promoting its child Deferred Fragment
nodes to root nodes.
- Let {newPendingResults} be a new set containing the result of
{GetNonEmptyNewPending(graph, pendingResults)}.
- Add all nodes in {newPendingResults} to {pendingResults}.
Expand Down

0 comments on commit b9a2500

Please sign in to comment.