File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Sources/GRPCCore/Documentation.docc/Articles Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can find more information about the error codes in ``RPCError/Code`` and in
27
27
the status codes guide on the
28
28
[ gRPC website] ( https://grpc.io/docs/guides/status-codes/ ) .
29
29
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
31
31
gRPC libraries regardless of the data format (e.g. Protocol Buffers) being used
32
32
for messages.
33
33
@@ -79,5 +79,5 @@ it may be synthesized locally.
79
79
For clients using the rich error model, the `` RPCError `` can be caught and a
80
80
detailed error can be extracted from it using ` unpackGoogleRPCStatus() ` .
81
81
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 .
You can’t perform that action at this time.
0 commit comments