aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/grpc++/impl/codegen
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-05-15 09:46:33 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-05-15 09:48:49 -0700
commit16153d11f89ee7403cb1ded92f5ee0d2328309e6 (patch)
tree9c8452ee10af756140045ebcfa3ad024aa31119e /include/grpc++/impl/codegen
parentbb2c338924c128fb84f224d2531f4c24fa7da241 (diff)
address comments, description changes
Diffstat (limited to 'include/grpc++/impl/codegen')
-rw-r--r--include/grpc++/impl/codegen/server_context.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/grpc++/impl/codegen/server_context.h b/include/grpc++/impl/codegen/server_context.h
index bd52434c54..48967c2e68 100644
--- a/include/grpc++/impl/codegen/server_context.h
+++ b/include/grpc++/impl/codegen/server_context.h
@@ -102,8 +102,8 @@ class ServerContextTestSpouse;
/// Context settings are only relevant to the call handler they are supplied to,
/// that is to say, they aren't sticky across multiple calls. Some of these
/// settings, such as the compression options, can be made persistant at server
-/// construction time by specifying the approriate \a ChannelArguments parameter
-/// to the see \a grpc::Server constructor.
+/// construction time by specifying the approriate \a ChannelArguments
+/// to a \a grpc::ServerBuilder, via \a ServerBuilder::AddChannelArgument.
///
/// \warning ServerContext instances should \em not be reused across rpcs.
class ServerContext {