Skip to content
Snippets Groups Projects
Commit 7bce516b authored by Abhishek Kumar's avatar Abhishek Kumar
Browse files

Spelling fix: UnImplementedService -> UnimplementedService

parent eb6b2160
No related branches found
No related tags found
No related merge requests found
...@@ -75,7 +75,7 @@ service TestService { ...@@ -75,7 +75,7 @@ service TestService {
// A simple service NOT implemented at servers so clients can test for // A simple service NOT implemented at servers so clients can test for
// that case. // that case.
service UnImplementedService { service UnimplementedService {
// A call that no server should implement // A call that no server should implement
rpc UnimplementedCall(grpc.testing.Empty) returns(grpc.testing.Empty); rpc UnimplementedCall(grpc.testing.Empty) returns(grpc.testing.Empty);
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment