Skip to content

Commit 79da712

Browse files
fix typo
Co-authored-by: Simon Gellis <82392336+simongellis-attentive@users.noreply.github.com>
1 parent d74430c commit 79da712

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/Section 7 -- Response.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ Response 2, contains the defer payload and the first stream payload.
328328

329329
Response 3, contains the final stream payload. In this example, the underlying
330330
iterator does not close synchronously so {hasNext} is set to {true}. If this
331-
iterator did close synchronously, {hasNext} would be set to {true} and this
331+
iterator did close synchronously, {hasNext} would be set to {false} and this
332332
would be the final response.
333333

334334
```json example

0 commit comments

Comments
 (0)