Skip to content

Commit c470fd1

Browse files
authored
Merge pull request #59319 from Arjun-Sharda-Contribution-Forks/patch-1
Update README.md (grammmatical errors)
2 parents 2eb2278 + c32390d commit c470fd1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -93,14 +93,14 @@ will be created in the directory you run the script with a filename
9393
of the form: ``swift-LOCAL-YYYY-MM-DD-a-osx.tar.gz``.
9494

9595
Beyond building the toolchain, ``build-toolchain`` also supports the
96-
following (non-exhaustive) set of useful options::
96+
following (non-exhaustive) set of useful options:
9797

9898
- ``--dry-run``: Perform a dry run build. This is off by default.
9999
- ``--test``: Test the toolchain after it has been compiled. This is off by default.
100-
- ``--distcc``: Use distcc to speed up the build by distributing the c++ part of
100+
- ``--distcc``: Use distcc to speed up the build by distributing the C++ part of
101101
the swift build. This is off by default.
102102
- ``--sccache``: Use sccache to speed up subsequent builds of the compiler by
103-
caching more c++ build artifacts. This is off by default.
103+
caching more C++ build artifacts. This is off by default.
104104

105105
More options may be added over time. Please pass ``--help`` to
106106
``build-toolchain`` to see the full set of options.

0 commit comments

Comments
 (0)