aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2017-09-14 15:21:16 -0700
committerGravatar Muxi Yan <mxyan@google.com>2017-09-14 15:21:16 -0700
commit989466171296e296867a3009f615a90d46acf28d (patch)
tree44fc45cc914cb09b77b0e0f7ea6e39f8f4c36e08 /src/objective-c/GRPCClient/GRPCCall.h
parentf6e61bf7686bfce40d4f3912fd9eeb2ba6987e62 (diff)
Polish comment
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 3b0ef56c3a..df563ca36c 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -170,9 +170,9 @@ extern id const kGRPCTrailersKey;
@property (atomic, copy, readwrite) NSString *serverName;
/**
- * The timeout for the RPC call in milliseconds. If set to 0, the call will not timeout. If set to
- * positive, the gRPC call returns with status GRPCErrorCodeDeadlineExceeded. A negative value is
- * not allowed.
+ * The timeout for the RPC call in seconds. If set to 0, the call will not timeout. If set to
+ * positive, the gRPC call returns with status GRPCErrorCodeDeadlineExceeded if it is not completed
+ * within \a timeout seconds. A negative value is not allowed.
*/
@property NSTimeInterval timeout;