From b8e518726923e1efe3602225f9bc295dc56e0dac Mon Sep 17 00:00:00 2001 From: Yaacov Rydzinski Date: Fri, 6 Sep 2024 11:09:44 +0300 Subject: [PATCH] add missing word --- spec/Section 6 -- Execution.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/spec/Section 6 -- Execution.md b/spec/Section 6 -- Execution.md index ed3403a6f..e43a395cd 100644 --- a/spec/Section 6 -- Execution.md +++ b/spec/Section 6 -- Execution.md @@ -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):