Merge pull request #18405 from mkoledoye/patch-1

Fix typo
pull/18370/head
Nicolas Noble 6 years ago committed by GitHub
commit 00bc804173
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      examples/cpp/helloworld/README.md

@ -98,7 +98,7 @@ $ protoc -I ../../protos/ --cpp_out=. ../../protos/helloworld.proto
```
- Create a stub. A stub implements the rpc methods of a service and in the
generated code, a method is provided to created a stub with a channel:
generated code, a method is provided to create a stub with a channel:
```cpp
auto stub = helloworld::Greeter::NewStub(channel);

Loading…
Cancel
Save