Skip to content

Commit 137a99b

Browse files
authored
Merge pull request #3392 from acperkins/prereqs-typo
2 parents ab81ee3 + dad920f commit 137a99b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

doc/src/installation/windows-msvc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# MSVC prerequistes
1+
# MSVC prerequisites
22

33
To compile programs into an exe file, Rust requires a linker, libraries and Windows API import libraries.
44
For `msvc` targets these can be acquired through Visual Studio.

www/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<a class="windows-download" href="https://win.rustup.rs/i686">rustup&#x2011;init.exe</a>
4848
then follow the onscreen instructions.
4949
</p>
50-
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc.html">Visual Studio prerequistes</a>.</p>
50+
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc.html">Visual Studio prerequisites</a>.</p>
5151
<p>If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</p>
5252
<div class="copy-container">
5353
<pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre>
@@ -69,7 +69,7 @@
6969
<a class="windows-download" href="https://win.rustup.rs/x86_64">rustup&#x2011;init.exe</a>
7070
then follow the onscreen instructions.
7171
</p>
72-
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc.html">Visual Studio prerequistes</a>.</p>
72+
<p>You may also need the <a href="https://rust-lang.github.io/rustup/installation/windows-msvc.html">Visual Studio prerequisites</a>.</p>
7373
<p>If you're a Windows Subsystem for Linux user run the following in your terminal, then follow the onscreen instructions to install Rust.</p>
7474
<div class="copy-container">
7575
<pre class="rustup-command">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</pre>

0 commit comments

Comments
 (0)