Skip to content

Commit 58fcc46

Browse files
[docs] Fix typos and broken links.
1 parent f9c70b4 commit 58fcc46

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Try the suggestions in
143143
[Troubleshooting build issues](/docs/HowToGuides/GettingStarted.md#troubleshooting-build-issues).
144144

145145
Make sure you are using the
146-
[correct release](/docs/HowToGuides/GettingStared.md#installing-dependencies)
146+
[correct release](/docs/HowToGuides/GettingStarted.md#installing-dependencies)
147147
of Xcode.
148148

149149
If you have changed Xcode versions but still encounter errors that appear to

docs/HowToGuides/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ toolchain as a one-off, there are a couple of differences:
1919
- [Ubuntu Linux](#ubuntu-linux)
2020
- [Building the project for the first time](#building-the-project-for-the-first-time)
2121
- [Spot check dependencies](#spot-check-dependencies)
22-
- [Understanding the pieces](#understanding-the-pieces)
22+
- [The roles of different tools](#the-roles-of-different-tools)
2323
- [The actual build](#the-actual-build)
2424
- [Troubleshooting build issues](#troubleshooting-build-issues)
2525
- [Editing code](#editing-code)
@@ -373,7 +373,7 @@ The codebase is your oyster!
373373
374374
Now that you have made some changes, you will need to rebuild...
375375
376-
### Incremental rebuilds with Ninja
376+
### Incremental builds with Ninja
377377
378378
To rebuild the compiler:
379379
```sh
@@ -503,7 +503,7 @@ utils/build-script --release-debuginfo --debug-swift # other flags...
503503
# debug Stdlib + optimized Swiftc + optimized Clang/LLVM
504504
utils/build-script --release-debuginfo --debug-swift-stdlib # other flags...
505505
506-
# optimized Stdlib + debug Swiftc (expect typechecker) + optimized Clang/LLVM
506+
# optimized Stdlib + debug Swiftc (except typechecker) + optimized Clang/LLVM
507507
utils/build-script --release-debuginfo --debug-swift --force-optimized-typechecker
508508
509509
# Last resort option, it is highly unlikely that you will need this

0 commit comments

Comments
 (0)