File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ by running it with the `--help` flag or reading the [rustc dev guide][rustcguide
83
83
If you plan to use ` x.py install` to create an installation, it is recommended
84
84
that you set the ` prefix` value in the ` [install]` section to a directory.
85
85
86
- Create install directory if you are not installing in default directory.
86
+ Create an install directory if you are not installing in the default directory.
87
87
88
88
4. Build and install:
89
89
@@ -153,7 +153,7 @@ build.
153
153
#### MSVC
154
154
155
155
MSVC builds of Rust additionally require an installation of Visual Studio 2017
156
- (or later) so `rustc` can use its linker. The simplest way is to get the
156
+ (or later) so `rustc` can use its linker. The simplest way is to get
157
157
[Visual Studio], check the “C++ build tools” and “Windows 10 SDK” workload.
158
158
159
159
[Visual Studio]: https://visualstudio.microsoft.com/downloads/
You can’t perform that action at this time.
0 commit comments