Skip to content
This repository was archived by the owner on Apr 9, 2021. It is now read-only.

Commit a8d28cb

Browse files
authored
Merge pull request #796 from afg984/patch-1
Fix typo: channeL -> channel
2 parents fbd07fa + 68482a8 commit a8d28cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/tutorials/basic

docs/tutorials/basic/c.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ address and port we want to connect to - in our case we'll use no SSL:
383383
```cpp
384384
grpc::CreateChannel("localhost:50051", grpc::InsecureChannelCredentials());
385385
```
386-
Note: In order to set additional options for the *channeL*, use the `grpc::CreateCustomChannel()` api with any special channel arguments - `grpc::ChannelArguments`
386+
Note: In order to set additional options for the *channel*, use the `grpc::CreateCustomChannel()` api with any special channel arguments - `grpc::ChannelArguments`
387387
388388
Now we can use the channel to create our stub using the `NewStub` method provided in the `RouteGuide` class we generated from our .proto.
389389

0 commit comments

Comments
 (0)