Skip to content

Commit 274b900

Browse files
committed
Fix typos/punctuation
Motivation: Some comments on grpc#2175 were missed becuase automerge was enabled and the PR got approved. Modification: Fix typos/punctuation. Result: Better docs.
1 parent fa33525 commit 274b900

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: Sources/GRPCCore/Documentation.docc/Articles/Public-API.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ made by the maintainers.
77

88
The gRPC Swift project uses [Semantic Versioning 2.0.0][0] which requires
99
projects to declare their public API. This document describes what is and isn't
10-
part of the public API; commitments the maintainers make relating to the API;
10+
part of the public API; commitments the maintainers make relating to the API,
1111
and guidelines for users.
1212

13-
For clarity the project is comprised of the following Swift packages:
13+
For clarity, the project is comprised of the following Swift packages:
1414

1515
- [grpc/grpc-swift][1],
1616
- [grpc/grpc-swift-nio-transport][2],
@@ -21,7 +21,7 @@ For clarity the project is comprised of the following Swift packages:
2121

2222
### Library targets
2323

24-
All library targets made available as package products as considered to be
24+
All library targets made available as package products are considered to be
2525
public API. Examples of these include `GRPCCore` and `GRPCProtobuf`.
2626

2727
> Exceptions:

0 commit comments

Comments
 (0)