Skip to content

Commit fb94bc6

Browse files
committed
add missing word
1 parent 8dad2e8 commit fb94bc6

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
@@ -507,9 +507,9 @@ GetInitialResult(data, errors, pendingResults):
507507
- Let {hasNext} be {true}.
508508
- Return an unordered map containing {data}, {errors}, {pending}, and {hasNext}.
509509

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

514514
GetPendingEntry(newRootNodes):
515515

0 commit comments

Comments
 (0)