rpc/client.go: fixed typo

This commit is contained in:
LeoLiao 2018-07-08 18:38:24 +08:00
parent 3b07451564
commit 3935114914

View file

@ -304,7 +304,7 @@ func (c *Client) CallContext(ctx context.Context, result interface{}, method str
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); {
case err != nil:
return err