Skip to content

Commit e12733b

Browse files
committed
Auto merge of #51539 - dhiru30:patch-1, r=estebank
Update README.md Corrected the grammar of the document.
2 parents cd11054 + b0a5555 commit e12733b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ shell with:
120120
> python x.py build
121121
```
122122

123-
Currently building Rust only works with some known versions of Visual Studio. If
123+
Currently, building Rust only works with some known versions of Visual Studio. If
124124
you have a more recent version installed the build system doesn't understand
125125
then you may need to force rustbuild to use an older version. This can be done
126126
by manually calling the appropriate vcvars file before running the bootstrap.
@@ -134,7 +134,7 @@ python x.py build
134134
[specifying-an-abi]: #specifying-an-abi
135135

136136
Each specific ABI can also be used from either environment (for example, using
137-
the GNU ABI in powershell) by using an explicit build triple. The available
137+
the GNU ABI in PowerShell) by using an explicit build triple. The available
138138
Windows build triples are:
139139
- GNU ABI (using GCC)
140140
- `i686-pc-windows-gnu`
@@ -180,7 +180,7 @@ the ABI used. I.e., if the ABI was `x86_64-pc-windows-msvc`, the directory will
180180
[notes]: #notes
181181

182182
Since the Rust compiler is written in Rust, it must be built by a
183-
precompiled "snapshot" version of itself (made in an earlier state of
183+
precompiled "snapshot" version of itself (made in an earlier stage of
184184
development). As such, source builds require a connection to the Internet, to
185185
fetch snapshots, and an OS that can execute the available snapshot binaries.
186186

0 commit comments

Comments
 (0)