Skip to content

Commit 5359c55

Browse files
authored
Merge pull request #15444 from xwu/gardening-windows-build
[gardening] Address a typo and some punctuation in WindowsBuild.md
2 parents 56ec1e7 + 2cca78b commit 5359c55

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/WindowsBuild.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -75,8 +75,8 @@ VsDevCmd -arch=x86
7575
```
7676

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

0 commit comments

Comments
 (0)