File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
8383repositories 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:
138138The ` build-script ` is a high-level build automation script that supports basic
139139options such as building a Swift-compatible LLDB, building the Swift Package
140140Manager, 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
143143To find out more:
144144
You can’t perform that action at this time.
0 commit comments