From d9cb5718aec1b00041b9cbc71b85b59be3bfa243 Mon Sep 17 00:00:00 2001 From: Muxi Yan Date: Mon, 29 Jul 2019 10:01:57 -0700 Subject: [PATCH] nit comment --- src/objective-c/GRPCClient/private/GRPCTransport+Private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/objective-c/GRPCClient/private/GRPCTransport+Private.h b/src/objective-c/GRPCClient/private/GRPCTransport+Private.h index dd826a8fc1a..2dc7357c363 100644 --- a/src/objective-c/GRPCClient/private/GRPCTransport+Private.h +++ b/src/objective-c/GRPCClient/private/GRPCTransport+Private.h @@ -28,7 +28,8 @@ NS_ASSUME_NONNULL_BEGIN /** * Get a transport implementation's factory by its transport id. If the transport id was not - * registered with the registry, nil is returned. + * registered with the registry, the default transport factory (core + secure) is returned. If the + * default transport does not exist, an exception is thrown. */ - (id)getTransportFactoryWithId:(GRPCTransportId)transportId;