aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/interop-test-descriptions.md
diff options
context:
space:
mode:
authorGravatar Noah Eisen <ncteisen@google.com>2016-09-28 17:01:54 -0700
committerGravatar Noah Eisen <ncteisen@google.com>2016-09-28 17:01:54 -0700
commit55cb2363c64f7ee8e8d5822276e939eb60ac0ecc (patch)
tree5fddbe084d9a4d60f8073ffa9db00e534dfb24f3 /doc/interop-test-descriptions.md
parent67461f792bb7033b40622ffa62d8e6284c7135b2 (diff)
fixed typo in the updated interop test description file
Diffstat (limited to 'doc/interop-test-descriptions.md')
-rw-r--r--doc/interop-test-descriptions.md9
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/interop-test-descriptions.md b/doc/interop-test-descriptions.md
index d9799c66c0..6a3979d117 100644
--- a/doc/interop-test-descriptions.md
+++ b/doc/interop-test-descriptions.md
@@ -751,7 +751,7 @@ Client asserts:
### unimplemented_method
This test verifies that calling an unimplemented RPC method returns the
-UNIMPLEMENTED status code
+UNIMPLEMENTED status code.
Server features:
N/A
@@ -779,12 +779,7 @@ N/A
Procedure:
* Client calls `grpc.testing.UnimplementedService/UnimplementedCall` with an
- empty request (defined as `grpc.testing.Empty`):
-
- ```
- {
- }
- ```
+ empty request (defined as `grpc.testing.Empty`)
Client asserts:
* received status code is 12 (UNIMPLEMENTED)