Skip to content

Commit

Permalink
add missing word
Browse files Browse the repository at this point in the history
  • Loading branch information
yaacovCR committed Sep 6, 2024
1 parent d9014e4 commit b8e5187
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/Section 6 -- Execution.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,9 +504,9 @@ GetInitialResult(data, errors, pendingResults):
- Let {hasNext} be {true}.
- Return an unordered map containing {data}, {errors}, {pending}, and {hasNext}.

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

GetPendingEntry(newRootNodes):

Expand Down

0 comments on commit b8e5187

Please sign in to comment.