Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Gellis <[email protected]>
  • Loading branch information
robrichard and simongellis-attentive committed Dec 5, 2022
1 parent 067d477 commit c44101c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/Section 7 -- Response.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,7 +328,7 @@ Response 2, contains the defer payload and the first stream payload.

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

```json example
Expand Down

0 comments on commit c44101c

Please sign in to comment.