Skip to content

Commit 975b5f3

Browse files
Merge pull request swiftlang#68665 from apple/AnthonyLatsis-patch-1
[docs] GettingStarted: Fix a typo
2 parents 57c242b + 3072918 commit 975b5f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -379,7 +379,7 @@ following steps assume that you have already [built the toolchain with Ninja](#t
379379
Generate the Xcode project with
380380

381381
```sh
382-
utils/build-script --swift-darwin-supported-archs "$(uname -m)" --xcode --clean`.
382+
utils/build-script --swift-darwin-supported-archs "$(uname -m)" --xcode --clean
383383
```
384384

385385
This can take a few minutes due to metaprogrammed sources that depend on LLVM
@@ -404,7 +404,7 @@ following steps assume that you have already [built the toolchain with Ninja](#t
404404
* In the _Info_ pane of the target settings, set
405405
* _Build Tool_ to the absolute path of the `ninja` executable (the output of
406406
`which ninja` on the command line)
407-
* _Arguments_ to a Ninja target (e.g. `bin/swift-frontend`, the compiler)
407+
* _Arguments_ to a Ninja target (e.g. `bin/swift-frontend` is the compiler)
408408
* _Directory_ to the absolute path of the `build/Ninja-*/swift-macosx-*`
409409
directory
410410
* Create a scheme in the workspace, making sure to select the target you just

0 commit comments

Comments
 (0)