Skip to content

Commit a94d7c0

Browse files
committed
fix timing
1 parent fd3987c commit a94d7c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,7 @@ YieldIncrementalResults(data, errors, incrementalDataRecords):
407407
BuildGraph(incrementalDataRecords):
408408

409409
- Initialize {graph} to an empty directed acyclic graph, where the root nodes
410-
represent the Subsequent Result nodes that have been released as pending.
410+
represent the pending Subsequent Results.
411411
- For each {incrementalDataRecord} of {incrementalDataRecords}:
412412
- Add {incrementalDataRecord} to {graph} as a new Pending Data node directed
413413
from the {pendingResults} that it completes, adding each of {pendingResults}

0 commit comments

Comments
 (0)