Skip to content

Commit

Permalink
the diesis ‡ is usually used for a third footnote (section sign § is …
Browse files Browse the repository at this point in the history
…for a fourth)
  • Loading branch information
jhump committed Sep 4, 2024
1 parent 19a6f93 commit 00f2c8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/testing_clients.md
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@ for each response message {
cancel the RPC (but do not return)
}
§ if an error occurs {
if an error occurs {
abort, returning a result that describes payload
values accumulated so far, the error, and any
available headers and trailers
Expand All @@ -369,7 +369,7 @@ _*_ Note: some client APIs may provide an "invoke" operation for server stream R
__ Note: an empty response message is possible. In these cases, the client should
use an empty `ConformancePayload` message value as the payload.

_§_ Note: some client APIs may return an error or throw an exception if an attempt is made
__ Note: some client APIs may return an error or throw an exception if an attempt is made
to receive a response message but there are none remaining. Such APIs will typically
use a sentinel error or exception type that simply means "end-of-stream". In these
cases, such a sentinel should cause the client to break out of this loop and _not_ treat
Expand Down

0 comments on commit 00f2c8c

Please sign in to comment.