Skip to content

Fix grammatical errors #33940

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
Sep 15, 2020
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
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ It is divided into the following sections:
valuable discussions about Swift development, in the form of talks
and blog posts.
- The [Uncategorized](#uncategorized) section is for documentation which does
not fit neatly into any of the above categories. We would like minimize
not fit neatly into any of the above categories. We would like to minimize
items in this section; avoid adding new documentation here.

Sometimes documentation is not enough.
Expand Down Expand Up @@ -304,7 +304,7 @@ provide greater clarity to contributors wanting to add new documentation.
- [OptimizerCountersAnalysis.md](/docs/OptimizerCountersAnalysis.md):
TODO: Consider breaking up into a how-to guide
on dumping and analyzing the counters
and an explanation for the the counter collection system.
and an explanation for the counter collection system.
- [Testing.md](/docs/Testing.md):
TODO: Consider splitting into a how-to guide on writing a new test case
and an explanation for how the compiler is tested.
Expand Down