Skip to content

Commit 7ed055a

Browse files
committed
Fix typo and remove note
1 parent b428f39 commit 7ed055a

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

spec/Section 6 -- Execution.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,7 @@ error_, and once _execution_ begins will typically be an _execution error_.
5757

5858
:: We define _execution_ as the process of executing the operation's _root
5959
selection set_ through {ExecuteRootSelectionSet()}, and hence _execution_ begins
60-
when {ExecuteSelectionSet()} is called for the first time in a request.
61-
62-
Note: A subscription operation may call {ExecuteSelectionSet()} a number of
63-
times.
60+
when {ExecuteRootSelectionSet()} is called for the first time in a request.
6461

6562
Request(schema, document, operationName, variableValues, initialValue):
6663

0 commit comments

Comments
 (0)