aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/server_reflection_tutorial.md
diff options
context:
space:
mode:
authorGravatar Yuchen Zeng <zyc@google.com>2016-09-13 11:16:16 -0700
committerGravatar Yuchen Zeng <zyc@google.com>2016-09-13 11:16:16 -0700
commitdcc16b40fb618b410074f033c0a3aca8d18953e6 (patch)
treecbbb8e0d6b10f6c6671c6407a30c61b5d0ba1e1a /doc/server_reflection_tutorial.md
parenta8f2621d78e27b5d1cc6b0c462d2d1e22ab7704c (diff)
Address review comments
Diffstat (limited to 'doc/server_reflection_tutorial.md')
-rw-r--r--doc/server_reflection_tutorial.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/server_reflection_tutorial.md b/doc/server_reflection_tutorial.md
index ae00ffbc29..5417ae0bd5 100644
--- a/doc/server_reflection_tutorial.md
+++ b/doc/server_reflection_tutorial.md
@@ -1,7 +1,7 @@
# gRPC Server Reflection Tutorial
gRPC Server Reflection provides information about publicly-accessible gRPC
-services on a server, and assists clients in runtime to construct RPC
+services on a server, and assists clients at runtime to construct RPC
requests and responses without precompiled service information. It has been
supported by gRPC CLI, which can be used to introspect server protos and
send/receive test RPCs.