Skip to content

Commit bfe47f3

Browse files
committed
fix timing
1 parent c7d5ccd commit bfe47f3

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
@@ -404,7 +404,7 @@ YieldIncrementalResults(data, errors, incrementalDataRecords):
404404
BuildGraph(incrementalDataRecords):
405405

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

0 commit comments

Comments
 (0)