Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit 4cd7a54

Browse files
authored
Merge pull request #984 from superhighfives/patch-1
Update /en-US/install.html to aid readability
2 parents 5bd26b3 + 64186f4 commit 4cd7a54

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en-US/install.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -138,12 +138,12 @@ <h3>Configuring the <code>PATH</code> environment variable</h3>
138138
Accordingly, it is customary for Rust developers to include this
139139
directory in their
140140
<a href="https://en.wikipedia.org/wiki/PATH_(variable)"><code>PATH</code>
141-
environment variable</a>. During installation, <code>rustup</code>,
142-
will attempt to configure
143-
<code>PATH</code>, but because of differences between platforms,
141+
environment variable</a>. During installation <code>rustup</code>
142+
will attempt to configure the
143+
<code>PATH</code>. Because of differences between platforms,
144144
command shells, and bugs in <code>rustup</code>, the modifications
145145
to <code>PATH</code> may not take effect until the console is
146-
restarted, or the user logged out, or may not succeed at all.
146+
restarted, or the user is logged out, or it may not succeed at all.
147147
</p>
148148

149149
<p>
@@ -187,8 +187,8 @@ <h2>Other installation methods</h2>
187187
<div class="col-md-12">
188188
<p>
189189
The installation described above, via
190-
<code>rustup</code>, is the preferred way to install Rust for most developers,
191-
but Rust can be
190+
<code>rustup</code>, is the preferred way to install Rust for most developers.
191+
However, Rust can be
192192
<a href="other-installers.html">installed via other methods</a>
193193
as well.
194194
</p>

0 commit comments

Comments
 (0)