diff --git a/MANUAL.md b/MANUAL.md index dd9aa11e..edbbe55c 100644 --- a/MANUAL.md +++ b/MANUAL.md @@ -1709,7 +1709,7 @@ The `ServerStreamingCall` provides the following additional properties: - request: `Readonly` The request message being sent. -- response: `RpcOutputStream` +- responses: `RpcOutputStream` Response messages from the server. This is an AsyncIterable that can be iterated with `await for .. of`.