Skip to content

Commit a4b506c

Browse files
committed
reword recursive abort case
1 parent 7d8b9d0 commit a4b506c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -407,9 +407,9 @@ GraphFromRecords(incrementalDataRecords, graph):
407407
- For each {incrementalDataRecord} of {incrementalDataRecords}:
408408
- Add {incrementalDataRecord} to {newGraph} as a new Pending Data node
409409
directed from the {pendingResults} that it completes, adding each of
410-
{pendingResults} to {newGraph} as new nodes, if necessary, each directed
411-
from its {parent}, if defined, recursively adding each {parent} as necessary
412-
until {incrementalDataRecord} is connected to {newGraph}.
410+
{pendingResults} to {newGraph} as a new node directed from its {parent},
411+
recursively adding each {parent} until {incrementalDataRecord} is connected
412+
to {newGraph}, or the {parent} is not defined.
413413
- Return {newGraph}.
414414

415415
GetNonEmptyNewPending(graph):

0 commit comments

Comments
 (0)