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 18, 2024
1 parent 8dad2e8 commit fb94bc6
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 @@ -507,9 +507,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 fb94bc6

Please sign in to comment.