Skip to content

Fix typos/punctuation #2177

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jan 24, 2025
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Sources/GRPCCore/Documentation.docc/Articles/Public-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ made by the maintainers.

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

For clarity the project is comprised of the following Swift packages:
For clarity, the project is comprised of the following Swift packages:

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

### Library targets

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

> Exceptions:
Expand Down
Loading