Skip to content

Commit 43310af

Browse files
committed
latest changes
1 parent 8cbde9c commit 43310af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/Section 7 -- Response.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,11 @@ of a {ExecuteSelectionSet()}, or it is a position in a (potentially nested) List
5656
value. Each response position is uniquely identifiable via a _response path_.
5757

5858
:: A _response path_ uniquely identifies a _response position_ via a list of
59-
path segments (response keys or list indices) starting at the root of the
59+
path segments (response names or list indices) starting at the root of the
6060
response and ending with the associated response position.
6161

6262
The value for a _response path_ must be a list of path segments. Path segments
63-
that represent field response keys must be strings, and path segments that
63+
that represent field _response name_ must be strings, and path segments that
6464
represent list indices must be 0-indexed integers. If a path segment is
6565
associated with an aliased field it must use the aliased name, since it
6666
represents a path in the response, not in the request.

0 commit comments

Comments
 (0)