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

Commit f2d2784

Browse files
committed
Fix param name
1 parent 9e0d8c5 commit f2d2784

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides/auth.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ std::unique_ptr<Greeter::Stub> stub(Greeter::NewStub(channel));
280280
281281
```cpp
282282
auto channel_creds = grpc::SslCredentials(grpc::SslCredentialsOptions());
283-
auto channel = grpc::CreateChannel("myservice.example.com", creds);
283+
auto channel = grpc::CreateChannel("myservice.example.com", channel_creds);
284284
std::unique_ptr<Greeter::Stub> stub(Greeter::NewStub(channel));
285285
...
286286
```

0 commit comments

Comments
 (0)