diff --git a/examples/proto/examplepb/a_bit_of_everything.proto b/examples/proto/examplepb/a_bit_of_everything.proto index 36dffa94188..51b54457a21 100644 --- a/examples/proto/examplepb/a_bit_of_everything.proto +++ b/examples/proto/examplepb/a_bit_of_everything.proto @@ -189,9 +189,9 @@ service ABitOfEverythingService { } }; - // Create a new ABitOfEverything - // - // This API creates a new ABitOfEverything + // Create a new ABitOfEverything + // + // This API creates a new ABitOfEverything rpc Create(ABitOfEverything) returns (ABitOfEverything) { // TODO add enum_value option (google.api.http) = {