mirror of https://github.com/grpc/grpc.io.git
Copyedit to Dart basics tutorial -- add 'this' (#387)
This commit is contained in:
parent
2156679163
commit
84e35a3372
|
|
@ -387,7 +387,7 @@ You can use `ChannelOptions` to set TLS options (e.g., trusted certificates) for
|
||||||
the channel, if necessary.
|
the channel, if necessary.
|
||||||
|
|
||||||
Once the gRPC *channel* is setup, we need a client *stub* to perform RPCs. We
|
Once the gRPC *channel* is setup, we need a client *stub* to perform RPCs. We
|
||||||
get by creating a new instance of the `RouteGuideClient` object provided in the
|
get this by creating a new instance of the `RouteGuideClient` object provided in the
|
||||||
package we generated from our .proto.
|
package we generated from our .proto.
|
||||||
|
|
||||||
```dart
|
```dart
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue