Skip to content
Snippets Groups Projects
  • Dmitri Shuralyov's avatar
    b8ee4002
    Fix old references to Greeting service/hello method. · b8ee4002
    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".
    b8ee4002
    History
    Fix old references to Greeting service/hello method.
    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".