Skip to content

Commit 29598b1

Browse files
committed
Initialize graph
1 parent 6c9d9ee commit 29598b1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,7 @@ YieldIncrementalResults(data, errors, incrementalDataRecords):
409409

410410
GraphFromRecords(incrementalDataRecords, graph):
411411

412+
- If {graph} is not provided, initialize to an empty graph.
412413
- Let {newGraph} be a new directed acyclic graph containing all of the nodes and
413414
edges in {graph}.
414415
- For each {incrementalDataRecord} of {incrementalDataRecords}:

0 commit comments

Comments
 (0)