mirror of https://github.com/grpc/grpc-go.git
Fix typo.
This commit is contained in:
parent
0631ecafac
commit
10e70583f7
|
@ -71,7 +71,7 @@ type Stream interface {
|
|||
SendMsg(m interface{}) error
|
||||
// RecvMsg blocks until it receives a message or the stream is
|
||||
// done. On client side, it returns io.EOF when the stream is done. On
|
||||
// any other error, it aborts the streama nd returns an RPC status. On
|
||||
// any other error, it aborts the stream and returns an RPC status. On
|
||||
// server side, it simply returns the error to the caller.
|
||||
RecvMsg(m interface{}) error
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue