aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLeoLiao <leofantast@gmail.com>2018-07-09 16:31:59 +0800
committerPéter Szilágyi <peterke@gmail.com>2018-07-09 16:31:59 +0800
commitdbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6 (patch)
treef3e28c02dfdeece42b077b85a82852e04d1b3b06
parent3b0745156428376e4ca4ae0449db5864e672bc3b (diff)
downloadgo-tangerine-dbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6.tar
go-tangerine-dbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6.tar.gz
go-tangerine-dbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6.tar.bz2
go-tangerine-dbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6.tar.lz
go-tangerine-dbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6.tar.xz
go-tangerine-dbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6.tar.zst
go-tangerine-dbae1dc7b3a3e1ebe1721ee3e324a44ae9a7e2c6.zip
rpc: fixed comment grammar issue (#17146)
-rw-r--r--rpc/client.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpc/client.go b/rpc/client.go
index 1c88cfab8..a2ef2ed6b 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