Skip to content

[gardening] Address a typo and some punctuation in WindowsBuild.md #15444

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions docs/WindowsBuild.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@ VsDevCmd -arch=x86
```

- Then adapt the following command and run it. Make sure to use forward slashes
(`/`) instead of backslashes (`\`) as the path seperators. `clang` breaks
with backslashed paths
(`/`) instead of backslashes (`\`) as the path separators. `clang` breaks
with backslashed paths.
```cmd
set swift_source_dir=path-to-directory-containing-all-cloned-repositories
```
Expand Down Expand Up @@ -117,8 +117,8 @@ cmake -G "Ninja"^
popd
cmake --build "%swift_source_dir%/build/Ninja-RelWithDebInfoAssert/llvm-windows-amd64"
```
- store the llvm `bin` directory in an environment variable so it can be used
to build swift. Assuming you followed the instructions exactly, the path
- Store the LLVM `bin` directory in an environment variable so it can be used
to build Swift. Assuming you followed the instructions exactly, the path
below is correct, but it may be different based on your build variant and
platform, so double check.
```cmd
Expand Down