Skip to content

Commit c3c934c

Browse files
glbrnttgjcairo
andauthored
Apply suggestions from code review
Co-authored-by: Gus Cairo <[email protected]>
1 parent 1d3e06b commit c3c934c

File tree

1 file changed

+3
-3
lines changed
  • Sources/GRPCCore/Documentation.docc/Articles

1 file changed

+3
-3
lines changed

Sources/GRPCCore/Documentation.docc/Articles/Errors.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ You can find more information about the error codes in ``RPCError/Code`` and in
2727
the status codes guide on the
2828
[gRPC website](https://grpc.io/docs/guides/status-codes/).
2929

30-
This mechanism is part of the gRPC protocol is supported by all client/server
30+
This mechanism is part of the gRPC protocol and is supported by all client/server
3131
gRPC libraries regardless of the data format (e.g. Protocol Buffers) being used
3232
for messages.
3333

@@ -79,5 +79,5 @@ it may be synthesized locally.
7979
For clients using the rich error model, the ``RPCError`` can be caught and a
8080
detailed error can be extracted from it using `unpackGoogleRPCStatus()`.
8181

82-
See [`error-details`](https://github.com/grpc/grpc-swift/tree/main/Examples) for
83-
an examples.
82+
See [`error-details`](https://github.com/grpc/grpc-swift/tree/main/Examples/error-details) for
83+
an example.

0 commit comments

Comments
 (0)