aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar thassss <tommy@vsco.co>2017-06-29 16:23:08 -0700
committerGravatar thassss <tommy@vsco.co>2017-06-29 16:23:08 -0700
commit5c8f27bf1833dcfc0ae49b0d05546586db4d404f (patch)
tree2b127e3c21e6a880a22521fbf240ab16b3465559 /src/objective-c/GRPCClient/GRPCCall.h
parenta5082db9dabb3aae114fa773d1f6edf1f8d54363 (diff)
Update serverName comment to be more accurate
Diffstat (limited to 'src/objective-c/GRPCClient/GRPCCall.h')
-rw-r--r--src/objective-c/GRPCClient/GRPCCall.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h
index 496242a1b6..178a446c8b 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -164,8 +164,8 @@ extern id const kGRPCTrailersKey;
@interface GRPCCall : GRXWriter
/**
- * The server name for the RPC. If nil, the host name of the service object will be used instead.
- * This property must be nil when Cronet transport is enabled.
+ * The authority for the RPC. If nil, the default authority will be used. This property must be nil
+ * when Cronet transport is enabled.
*/
@property (atomic, readwrite) NSString *serverName;