Skip to content

Commit 76b7385

Browse files
committed
reword recursive abort case
1 parent 9237ed2 commit 76b7385

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
@@ -410,9 +410,9 @@ GraphFromRecords(incrementalDataRecords, graph):
410410
- For each {incrementalDataRecord} of {incrementalDataRecords}:
411411
- Add {incrementalDataRecord} to {newGraph} as a new Pending Data node
412412
directed from the {pendingResults} that it completes, adding each of
413-
{pendingResults} to {newGraph} as new nodes, if necessary, each directed
414-
from its {parent}, if defined, recursively adding each {parent} as necessary
415-
until {incrementalDataRecord} is connected to {newGraph}.
413+
{pendingResults} to {newGraph} as a new node directed from its {parent},
414+
recursively adding each {parent} until {incrementalDataRecord} is connected
415+
to {newGraph}, or the {parent} is not defined.
416416
- Return {newGraph}.
417417

418418
GetNonEmptyNewPending(graph):

0 commit comments

Comments
 (0)