Skip to content

Commit 05737c8

Browse files
committed
Use definition in final paragraph
1 parent 9d46ef5 commit 05737c8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

spec/Section 6 -- Execution.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -846,6 +846,6 @@ resolves to {null}, then the entire list must resolve to {null}. If the `List`
846846
type is also wrapped in a `Non-Null`, the execution error continues to propagate
847847
upwards.
848848

849-
If all response positions from the root of the request to the source of the
850-
execution error return `Non-Null` types, then the {"data"} entry in the response
851-
should be {null}.
849+
If every _response position_ from the root of the request to the source of the
850+
execution error returns a `Non-Null` type, then the {"data"} entry in the
851+
response should be {null}.

0 commit comments

Comments
 (0)