Fixup for 42898cf: Correct documentation.

pull/2871/head
Jorge Canizales 10 years ago
parent 42898cf54d
commit 7d770488ea
  1. 4
      src/objective-c/tests/InteropTestsLocalCleartext.m
  2. 4
      src/objective-c/tests/InteropTestsLocalSSL.m

@ -31,8 +31,8 @@
*
*/
// Repeat of the tests in InteropTests.m, but using SSL to communicate with the local server instead
// of cleartext.
// Repeat of the tests in InteropTests.m, but sending the RPCs to a local cleartext server instead
// of the remote SSL one.
#import <GRPCClient/GRPCCall+Tests.h>

@ -31,8 +31,8 @@
*
*/
// Repeat of the tests in InteropTests.m, but using SSL to communicate with the local server instead
// of cleartext.
// Repeat of the tests in InteropTests.m, but sending the RPCs to a local SSL server instead of the
// remote one.
#import <GRPCClient/GRPCCall+Tests.h>

Loading…
Cancel
Save