aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/objective-c/GRPCClient/GRPCCall.h
diff options
context:
space:
mode:
authorGravatar Muxi Yan <mxyan@google.com>2018-10-19 14:28:25 -0700
committerGravatar Muxi Yan <mxyan@google.com>2018-10-19 14:28:25 -0700
commit0242b022ccc804e498b2e631fd0e6c8478ac97c4 (patch)
treef07da8380f5f1a552596fc1997909992e3cfdb35 /src/objective-c/GRPCClient/GRPCCall.h
parent5eb9911a0eb13590fe558875df3512d6def20d3c (diff)
Typo fix
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 7ce5a2faf2..b8fccc37dc 100644
--- a/src/objective-c/GRPCClient/GRPCCall.h
+++ b/src/objective-c/GRPCClient/GRPCCall.h
@@ -221,7 +221,7 @@ extern NSString * const kGRPCTrailersKey;
/**
* Designated initializer for a call.
* \param requestOptions Protobuf generated parameters for the call.
- * \param responseHandler The object to which responses should be issed.
+ * \param responseHandler The object to which responses should be issued.
* \param callOptions Options for the call.
*/
- (instancetype)initWithRequestOptions:(GRPCRequestOptions *)requestOptions