diff --git a/pages/common/rustup.md b/pages/common/rustup.md index 3a37f0aec5..ba34064eb3 100644 --- a/pages/common/rustup.md +++ b/pages/common/rustup.md @@ -7,7 +7,7 @@ `rustup install nightly` -- Switch the default toolchain to nightly so that the cargo and rustc commands will use it: +- Switch the default toolchain to nightly so that the `cargo` and `rustc` commands will use it: `rustup default nightly`