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

Commit 68d9e90

Browse files
authored
Merge pull request #777 from tnir/751-tutorials-basic-csharp
Fix typo in C# Basic Tutorial
2 parents 99e8753 + 467411e commit 68d9e90

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/tutorials/basic/csharp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -389,7 +389,7 @@ Then, we create an instance of the `RouteGuite.RouteGuideClient` class generated
389389
from our .proto, passing the channel as an argument.
390390

391391
```csharp
392-
Channel channel = new Channel("127.0.0.1:50052", ChannelCredentials.Insecure)
392+
Channel channel = new Channel("127.0.0.1:50052", ChannelCredentials.Insecure);
393393
var client = new RouteGuide.RouteGuideClient(channel);
394394

395395
// YOUR CODE GOES HERE

0 commit comments

Comments
 (0)