Skip to content

Commit

Permalink
Fix some misspells in doc
Browse files Browse the repository at this point in the history
Signed-off-by: zhoulin xie <zhoulin.xie@daocloud.io>
  • Loading branch information
JoeWrightss committed Feb 24, 2019
1 parent 857e622 commit 3c77a38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/interop-test-descriptions.md
Original file line number Diff line number Diff line change
Expand Up @@ -1135,7 +1135,7 @@ responses, it closes with OK.
### Echo Status
[Echo Status]: #echo-status
When the client sends a response_status in the request payload, the server closes
the stream with the status code and messsage contained within said response_status.
the stream with the status code and message contained within said response_status.
The server will not process any further messages on the stream sent by the client.
This can be used by clients to verify correct handling of different status codes and
associated status messages end-to-end.
Expand All @@ -1152,7 +1152,7 @@ key and the corresponding value back to the client as trailing metadata.
[Observe ResponseParameters.interval_us]: #observe-responseparametersinterval_us
In StreamingOutputCall and FullDuplexCall, server delays sending a
StreamingOutputCallResponse by the ResponseParameters's `interval_us` for that
StreamingOutputCallResponse by the ResponseParameters' `interval_us` for that
particular response, relative to the last response sent. That is, `interval_us`
acts like a sleep *before* sending the response and accumulates from one
response to the next.
Expand Down

0 comments on commit 3c77a38

Please sign in to comment.