Skip to content

Commit 451d1cd

Browse files
committed
resolving nit
1 parent 6d1b015 commit 451d1cd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/end2end_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4136,7 +4136,7 @@ func (s) TestServerStreaming_ClientSendsZeroRequests(t *testing.T) {
41364136
}
41374137

41384138
// Tests that a client receives a cardinality violation error for client-streaming
4139-
// RPCs if the server call SendMsg() multiple times.
4139+
// RPCs if the server calls SendMsg() multiple times.
41404140
func (s) TestClientStreaming_ServerHandlerSendMsgAfterSendMsg(t *testing.T) {
41414141
ss := stubserver.StubServer{
41424142
StreamingInputCallF: func(stream testgrpc.TestService_StreamingInputCallServer) error {

0 commit comments

Comments
 (0)