Skip to content

Commit 048315e

Browse files
committed
PR feedback
1 parent 00c726b commit 048315e

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

spec/Section 7 -- Response.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ The value of this entry is described in the "Extensions" section.
8282
### Initial Incremental Stream Result
8383

8484
:: An _initial incremental stream result_ is the first value yielded by an
85-
_incremental stream_.
85+
_incremental stream_. It contains the result of executing any non-deferred
86+
selections, along with any errors that occurred during their execution and
87+
details of future _incremental stream update result_ to be expected.
8688

8789
An _initial incremental stream result_ must be a map.
8890

@@ -554,9 +556,9 @@ entry is described in the "Errors" section.
554556
### Additional Entries
555557

556558
To ensure future changes to the protocol do not break existing services and
557-
clients, any of the maps described in the "Response" section must not contain
558-
any entries other than those described above. Clients must ignore any entries
559-
other than those described above.
559+
clients, any of the maps described in the "Response" section (with the exception
560+
of {"extensions"}) must not contain any entries other than those described
561+
above. Clients must ignore any entries other than those described above.
560562

561563
## Serialization Format
562564

0 commit comments

Comments
 (0)