diff options
author | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-03 16:01:38 -0700 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@users.noreply.github.com> | 2016-05-03 16:01:38 -0700 |
commit | ed4d89e1f51fa06cc5e8cb231547b837ca1d1fa8 (patch) | |
tree | c18bf15ab7f580cf1778658b25b04bed583d550d /include | |
parent | 19abba3661c7d39231324eb815fec62d4d3187ea (diff) |
Remove trailing space.
Diffstat (limited to 'include')
-rw-r--r-- | include/grpc/impl/codegen/grpc_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/grpc/impl/codegen/grpc_types.h b/include/grpc/impl/codegen/grpc_types.h index fa287d5238..7b20cc14d4 100644 --- a/include/grpc/impl/codegen/grpc_types.h +++ b/include/grpc/impl/codegen/grpc_types.h @@ -307,7 +307,7 @@ typedef enum { GRPC_OP_RECV_STATUS_ON_CLIENT, /** Receive close on the server: one and only one must be made on the server. - This op completes after the close has been received by the server. + This op completes after the close has been received by the server. This operation always succeeds, meaning ops paired with this operation will also appear to succeed, even though they may not have. */ GRPC_OP_RECV_CLOSE_ON_SERVER |