mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-12-15 06:20:32 +02:00
Update rust-ecosystem.md to fix typo (#1504)
This commit is contained in:
parent
0324fc44c8
commit
e1300e675b
@ -11,7 +11,7 @@ The Rust ecosystem consists of a number of tools, of which the main ones are:
|
||||
runner which is used to execute unit tests.
|
||||
|
||||
* `rustup`: the Rust toolchain installer and updater. This tool is used to
|
||||
install and update `rustc` and `cargo` when new versions of Rust is released.
|
||||
install and update `rustc` and `cargo` when new versions of Rust are released.
|
||||
In addition, `rustup` can also download documentation for the standard
|
||||
library. You can have multiple versions of Rust installed at once and `rustup`
|
||||
will let you switch between them as needed.
|
||||
|
Loading…
Reference in New Issue
Block a user