Copyedit to Dart basics tutorial -- add 'this' (#387)

This commit is contained in:
Brian Fallik 2020-09-14 14:15:58 -04:00 committed by GitHub
parent 2156679163
commit 84e35a3372
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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