Skip to content

Commit fdedd5a

Browse files
authored
Merge pull request #4036 from TechyPeople/patch-1
Fix grammar/capitalization errors in README.md
2 parents c9c0df2 + 3d6f88e commit fdedd5a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,14 @@ compiler for C++14 support and create a symlink:
7272

7373
### Getting Sources for Swift and Related Projects
7474

75-
First create a directory for all of the swift sources:
75+
First create a directory for all of the Swift sources:
7676

7777
mkdir swift-source
7878
cd swift-source
7979

8080
**Note:** This is important since update-checkout (see below) checks out
81-
repositories next to the swift source directory. This means that if one clones
82-
swift and has other unrelated repositories, update-checkout may not clone those
81+
repositories next to the Swift source directory. This means that if one clones
82+
Swift and has other unrelated repositories, update-checkout may not clone those
8383
repositories and will update them instead.
8484

8585
**Via HTTPS** For those checking out sources as read-only, HTTPS works best:
@@ -138,7 +138,7 @@ it next to the other projects and it will be bootstrapped automatically:
138138
The `build-script` is a high-level build automation script that supports basic
139139
options such as building a Swift-compatible LLDB, building the Swift Package
140140
Manager, building for iOS, running tests after builds, and more. It also
141-
supports presets which you can define for common combinations of build options.
141+
supports presets, which you can define for common combinations of build options.
142142

143143
To find out more:
144144

0 commit comments

Comments
 (0)