1
0
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:
S. Nizar 2023-11-29 10:11:30 +01:00 committed by GitHub
parent 0324fc44c8
commit e1300e675b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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