good morning!!!!

Skip to content
Snippets Groups Projects
Commit dbae1dc7 authored by LeoLiao's avatar LeoLiao Committed by Péter Szilágyi
Browse files

rpc: fixed comment grammar issue (#17146)

parent 3b074515
Branches
Tags
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment