From 1118350b16adb97a0db2c0f2bcfcda11ccdb39d6 Mon Sep 17 00:00:00 2001 From: proudmuslim-dev <69869443+proudmuslim-dev@users.noreply.github.com> Date: Sun, 21 Jan 2024 22:00:19 +0000 Subject: [PATCH] Fix formatting in chapter 2 --- blog/content/edition-3/posts/02-booting/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/blog/content/edition-3/posts/02-booting/index.md b/blog/content/edition-3/posts/02-booting/index.md index adc98202..c8086900 100644 --- a/blog/content/edition-3/posts/02-booting/index.md +++ b/blog/content/edition-3/posts/02-booting/index.md @@ -491,7 +491,7 @@ profile = "default" targets = ["x86_64-unknown-none"] ``` -The `channel` field specifies which [toolchain`] to use. +The `channel` field specifies which [`toolchain`] to use. In our case, we want to use the latest nightly compiler. We could also specify a specific nightly here, e.g. `nightly-2023-04-30`, which can be useful when there is some breakage in the newest nightly. In the `targets` list, we can specify additional targets that we want to compile to.