Skip to content

Commit 540c2b4

Browse files
committed
Tighten up some language
1 parent d35704d commit 540c2b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2022-09-22-Rust-1.64.0.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ full `std` library.
143143
### rust-analyzer is now available via rustup
144144

145145
[rust-analyzer](https://rust-analyzer.github.io/) is now included as part of
146-
the collection of tools included with Rust. This can make it easier to download
146+
the collection of tools included with Rust. This makes it easier to download
147147
and access rust-analyzer, and makes it available on more platforms. It is
148148
available as a [rustup
149149
component](https://rust-lang.github.io/rustup/concepts/components.html) which
@@ -160,7 +160,7 @@ way:
160160
rustup run rust-analyzer
161161
```
162162

163-
The next release of rustup will have a built-in proxy so that running the
163+
The next release of rustup will provide a built-in proxy so that running the
164164
executable `rust-analyzer` will launch the appropriate version.
165165

166166
Most users should continue to use the releases provided by the rust-analyzer

0 commit comments

Comments
 (0)