mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
Fix typo. Closes #140
This commit is contained in:
parent
b5ba19577f
commit
715f9ac4e3
@ -20,7 +20,7 @@ Now we're gonna dip our toes into this world with a small SIMD "Hello, World!" e
|
||||
rustup update -- nightly
|
||||
```
|
||||
|
||||
or by setting up `rustup default nightly` or else with `cargo +nihgtly {build,test, run}`. After updating, run
|
||||
or by setting up `rustup default nightly` or else with `cargo +nightly {build,test,run}`. After updating, run
|
||||
```bash
|
||||
cargo new hellosimd
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user