Unverified Commit 075b485a authored by Ge Jun's avatar Ge Jun Committed by GitHub

Merge pull request #230 from endyul/patch-1

Fix typo in client.md
parents aa93ede6 491290a3
......@@ -209,7 +209,7 @@ XXX_Stub stub(&channel);
request.set_foo(...);
cntl.set_timeout_ms(...);
stub.some_method(&cntl, &request, &response, NULL);
if (cntl->Failed()) {
if (cntl.Failed()) {
// RPC failed. fields in response are undefined, don't use.
} else {
// RPC succeeded, response has what we want.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment