aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:44:00 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-10 16:50:44 -0700
commiteab498bef453e221abd4602e6ceff16da659b3c1 (patch)
tree1957dcf35e8f83520a0336d1ab4799079dcd4764 /src/objective-c/GRPCClient/GRPCCall.h
parentefa359b02b0122c90decfbcd5e1659198b565b4e (diff)
Handle GRPCCall2:start: twice
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 8554860ade..5f6afab08c 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -235,7 +235,7 @@ extern id const kGRPCTrailersKey;
responseHandler:(id<GRPCResponseHandler>)responseHandler;
/**
- * Starts the call. Can only be called once.
+ * Starts the call. This function should only be called once; additional calls will be discarded.
*/
- (void)start;