rpc: fixed comment grammar issue (#17146)

This commit is contained in:
LeoLiao 2018-07-09 16:31:59 +08:00 committed by Kiel barry
parent b928570a8b
commit 12a259eedd

View file

@ -313,7 +313,7 @@ func (c *Client) CallContext(ctx context.Context, result interface{}, method str
return err return err
} }
// dispatch has accepted the request and will close the channel it when it quits. // dispatch has accepted the request and will close the channel when it quits.
switch resp, err := op.wait(ctx); { switch resp, err := op.wait(ctx); {
case err != nil: case err != nil:
return err return err