We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5ba195 commit 715f9acCopy full SHA for 715f9ac
README.md
@@ -20,7 +20,7 @@ Now we're gonna dip our toes into this world with a small SIMD "Hello, World!" e
20
rustup update -- nightly
21
```
22
23
-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
24
```bash
25
cargo new hellosimd
26
0 commit comments