From 93fcae632219907fafc0ce99f75c0aae7578c3f6 Mon Sep 17 00:00:00 2001 From: ashosive Date: Sat, 16 Jan 2021 22:26:14 +0530 Subject: [PATCH] improved the readablity of a line --- src/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/getting-started.md b/src/getting-started.md index a460bff0..d70c3776 100644 --- a/src/getting-started.md +++ b/src/getting-started.md @@ -50,7 +50,7 @@ and a bunch of tools (e.g. `rustdoc`, the bootstrapping infrastructure, etc). There are also a bunch of submodules for things like LLVM, `clippy`, `miri`, etc. You don't need to clone these immediately, but the build tool will -automatically clone and sync them (more later). +automatically clone and sync them (more on this later). [**Take a look at the "Suggested Workflows" chapter for some helpful advice.**][suggested]