Skip to content

Commit e4ee3eb

Browse files
fix typo
Co-authored-by: Simon Gellis <[email protected]>
1 parent 4c2e3f9 commit e4ee3eb

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)