-
Dmitri Shuralyov authored
In commit e1a9ebdc, "service Greeting {" was renamed to "service Greeter {" and method "rpc hello" was renamed to "rpc sayHello" (and later on to "rpc SayHello"). This fixes some old references to Greeting service and hello method to use the current Greeter service and SayHello method. I've also tried to improve consistency in the wording/styling around "Greeter service".
Dmitri Shuralyov authoredIn commit e1a9ebdc, "service Greeting {" was renamed to "service Greeter {" and method "rpc hello" was renamed to "rpc sayHello" (and later on to "rpc SayHello"). This fixes some old references to Greeting service and hello method to use the current Greeter service and SayHello method. I've also tried to improve consistency in the wording/styling around "Greeter service".