Skip to content

Commit b8e5187

Browse files
committed
add missing word
1 parent d9014e4 commit b8e5187

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -504,9 +504,9 @@ GetInitialResult(data, errors, pendingResults):
504504
- Let {hasNext} be {true}.
505505
- Return an unordered map containing {data}, {errors}, {pending}, and {hasNext}.
506506

507-
Formatting the `pending` of initial and subsequentResults is defined by the
508-
{GetPendingEntry()} algorithm. Given a set of new root nodes added to the graph,
509-
{GetPendingEntry()} returns a list of formatted `pending` entries.
507+
Formatting the `pending` entries of initial and subsequentResults is defined by
508+
the {GetPendingEntry()} algorithm. Given a set of new root nodes added to the
509+
graph, {GetPendingEntry()} returns a list of formatted `pending` entries.
510510

511511
GetPendingEntry(newRootNodes):
512512

0 commit comments

Comments
 (0)