From 12a259eedd0eea57b1e990fdc68086cdaee8ca4d Mon Sep 17 00:00:00 2001 From: LeoLiao Date: Mon, 9 Jul 2018 16:31:59 +0800 Subject: [PATCH] rpc: fixed comment grammar issue (#17146) --- rpc/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/client.go b/rpc/client.go index 84aab1337c..e57a618a6a 100644 --- a/rpc/client.go +++ b/rpc/client.go @@ -313,7 +313,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