From b9a2500c3d9e14f168577501495b8139369267e5 Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Tue, 18 Jun 2024 22:37:22 +0300 Subject: [PATCH] add a word or two about which child nodes are being promoted --- spec/Section 6 -- Execution.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index b5c3c331f..fadeb0de8 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -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}.