Skip to content

Commit f194758

Browse files
committed
spelling: , and
Signed-off-by: Josh Soref <[email protected]>
1 parent adc18c3 commit f194758

File tree

1 file changed

+1
-1
lines changed
  • Sources/GRPCCore/Documentation.docc/Development

1 file changed

+1
-1
lines changed

Sources/GRPCCore/Documentation.docc/Development/Design.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ protocol ServiceName.ClientProtocol {
352352
```
353353

354354
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
355+
deserializer, a set of options, and a handler for processing the response. The
356356
function doesn't return until the response handler has returned and all
357357
resources associated with the RPC have been cleaned up.
358358

0 commit comments

Comments
 (0)