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

Commit 33103b7

Browse files
Merge pull request #758 from orgads/missing-word-in-comment
Add a missing word in cpp documentation
2 parents 7e4f4e5 + 1bfba41 commit 33103b7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/quickstart/cpp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ class GreeterClient {
195195
HelloReply reply;
196196
ClientContext context;
197197
198-
// Here we can the stub's newly available method we just added.
198+
// Here we can use the stub's newly available method we just added.
199199
Status status = stub_->SayHelloAgain(&context, request, &reply);
200200
if (status.ok()) {
201201
return reply.message();

0 commit comments

Comments
 (0)