@@ -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