HelloResponse --> HelloReply

pull/13308/head
Scott Addie 2019-07-15 16:31:32 -05:00 committed by GitHub
parent 1237bc8b31
commit 1c2a363e0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ For example, consider the *greet.proto* file used in [Get started with gRPC serv
* Defines a `Greeter` service.
* The `Greeter` service defines a `SayHello` call.
* `SayHello` sends a `HelloRequest` message and receives a `HelloResponse` message:
* `SayHello` sends a `HelloRequest` message and receives a `HelloReply` message:
[!code-protobuf[](~/tutorials//grpc/grpc-start/sample/GrpcGreeter/Protos/greet.proto)]