Skip to content

Commit

Permalink
fix typo (#2701)
Browse files Browse the repository at this point in the history
  • Loading branch information
zqkgo committed Mar 26, 2024
1 parent f1a8b39 commit b1e58a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/rpc_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ func (r *rpcClient) call(
return
}

// recv request
// recv response
if err := stream.Recv(resp); err != nil {
ch <- err
return
Expand Down

0 comments on commit b1e58a1

Please sign in to comment.