From 58330c9972fd8e578c285fe90d8eb275cbc6b748 Mon Sep 17 00:00:00 2001 From: zethra Date: Thu, 30 Nov 2017 09:51:01 -0500 Subject: [PATCH] Made requested formatting changes --- pages/common/rustup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`