From 39351149143f8ccbcdab16f76ff464834e15153d Mon Sep 17 00:00:00 2001 From: LeoLiao Date: Sun, 8 Jul 2018 18:38:24 +0800 Subject: [PATCH] rpc/client.go: fixed typo --- rpc/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpc/client.go b/rpc/client.go index 1c88cfab84..a2ef2ed6b6 100644 --- a/rpc/client.go +++ b/rpc/client.go @@ -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