diff options
author | thassss <tommy@vsco.co> | 2017-06-29 16:23:08 -0700 |
---|---|---|
committer | Muxi Yan <mxyan@google.com> | 2017-06-29 17:46:35 -0700 |
commit | 42301bfd0ea6f8881ca21c2e06a4474822f0f043 (patch) | |
tree | 34005b88024a9be1672c4d862c5412bf6cba7405 /src | |
parent | 97efa02a1269abf346addf50eb9b9eb360d90685 (diff) |
Update serverName comment to be more accurate
Diffstat (limited to 'src')
-rw-r--r-- | src/objective-c/GRPCClient/GRPCCall.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/objective-c/GRPCClient/GRPCCall.h b/src/objective-c/GRPCClient/GRPCCall.h index 6056d4b629..9a5a2a44d2 100644 --- a/src/objective-c/GRPCClient/GRPCCall.h +++ b/src/objective-c/GRPCClient/GRPCCall.h @@ -179,8 +179,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; |