@@ -138,12 +138,12 @@ <h3>Configuring the <code>PATH</code> environment variable</h3>
138
138
Accordingly, it is customary for Rust developers to include this
139
139
directory in their
140
140
< 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,
144
144
command shells, and bugs in < code > rustup</ code > , the modifications
145
145
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.
147
147
</ p >
148
148
149
149
< p >
@@ -187,8 +187,8 @@ <h2>Other installation methods</h2>
187
187
< div class ="col-md-12 ">
188
188
< p >
189
189
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
192
192
< a href ="other-installers.html "> installed via other methods</ a >
193
193
as well.
194
194
</ p >
0 commit comments