mirror of
https://github.com/mainmatter/100-exercises-to-learn-rust
synced 2025-02-15 08:47:59 +01:00
Typo.
This commit is contained in:
parent
c745cf8ddd
commit
892c37ead9
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ automatically verify your solution.
|
||||||
|
|
||||||
To work through this course, you'll need:
|
To work through this course, you'll need:
|
||||||
|
|
||||||
- [**Rust**](https://www.rust-lang.org/tools/install)).
|
- [**Rust**](https://www.rust-lang.org/tools/install).
|
||||||
If `rustup` is already installed on your system, run `rustup update` (or another appropriate command depending on how you installed Rust on your system) to ensure you're running on the latest stable version.
|
If `rustup` is already installed on your system, run `rustup update` (or another appropriate command depending on how you installed Rust on your system) to ensure you're running on the latest stable version.
|
||||||
- _(Optional but recommended)_ An IDE with Rust autocompletion support.
|
- _(Optional but recommended)_ An IDE with Rust autocompletion support.
|
||||||
We recommend one of the following:
|
We recommend one of the following:
|
||||||
|
|
Loading…
Add table
Reference in a new issue