Skip to content

Commit

Permalink
Update MANUAL.md (#575)
Browse files Browse the repository at this point in the history
ServerStreamingCall provides the "responses", not "response"
  • Loading branch information
QingfengLee authored Aug 7, 2023
1 parent 15e71e2 commit 3a7ce47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MANUAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -1709,7 +1709,7 @@ The `ServerStreamingCall` provides the following additional properties:
- request: `Readonly<I>`
The request message being sent.
- response: `RpcOutputStream<O>`
- responses: `RpcOutputStream<O>`
Response messages from the server.
This is an AsyncIterable that can be iterated with `await for .. of`.
Expand Down

0 comments on commit 3a7ce47

Please sign in to comment.