We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adc18c3 commit f194758Copy full SHA for f194758
Sources/GRPCCore/Documentation.docc/Development/Design.md
@@ -352,7 +352,7 @@ protocol ServiceName.ClientProtocol {
352
```
353
354
Each method takes a request appropriate for its RPC type, a serializer, a
355
-deserializer, a set of options and a handler for processing the response. The
+deserializer, a set of options, and a handler for processing the response. The
356
function doesn't return until the response handler has returned and all
357
resources associated with the RPC have been cleaned up.
358
0 commit comments