fix typo
This commit is contained in:
parent
5ecaec6fd4
commit
65f77264e9
|
|
@ -117,7 +117,7 @@ This contains:
|
||||||
|
|
||||||
First let's look at how we create a `RouteGuide` server. If you're only interested in creating gRPC clients, you can skip this section and go straight to [Creating the client](#client) (though you might find it interesting anyway!).
|
First let's look at how we create a `RouteGuide` server. If you're only interested in creating gRPC clients, you can skip this section and go straight to [Creating the client](#client) (though you might find it interesting anyway!).
|
||||||
|
|
||||||
There are two parts to making our `RouteGuide` service do its job:
|
There are two parts making our `RouteGuide` service do its job:
|
||||||
- Implementing the service interface generated from our service definition: doing the actual "work" of our service.
|
- Implementing the service interface generated from our service definition: doing the actual "work" of our service.
|
||||||
- Running a gRPC server to listen for requests from clients and dispatch them to the right service implementation.
|
- Running a gRPC server to listen for requests from clients and dispatch them to the right service implementation.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue