Skip to content

Commit d60481a

Browse files
committed
Correction
1 parent 6150bec commit d60481a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

spec/Section 6 -- Execution.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,8 @@ request is determined by the result of executing this operation according to the
3535
:: We define _execution_ as the process of executing the operation's root
3636
selection set through {ExecuteSelectionSet()}, thus _execution_ begins when
3737
{ExecuteSelectionSet()} is called for the first time in a request. The
38-
{ExecuteRequest()} algorithm is a preamble for _execution_.
38+
{ExecuteRequest()} algorithm contains the preamble for _execution_, followed by
39+
the _execution_ itself.
3940

4041
Note: An error raised before _execution_ begins will typically be a _request
4142
error_, and once _execution_ begins will typically be a _field error_.

0 commit comments

Comments
 (0)