From 469b9e8eaa4bd7712a37c8ef5af89591ce4da9c3 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Sat, 31 May 2025 21:50:48 +0200 Subject: [PATCH] remove extraneous words --- content/inside-rust/stage0-redesign/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/inside-rust/stage0-redesign/index.md b/content/inside-rust/stage0-redesign/index.md index bce26d00a..e11c5f52b 100644 --- a/content/inside-rust/stage0-redesign/index.md +++ b/content/inside-rust/stage0-redesign/index.md @@ -76,7 +76,7 @@ To better understand this redesign, we will: 1. [Explain how the current stage 0 bootstrapping sequence works](#current-model), and 2. [Explain how the new stage 0 bootstrapping sequence works after the redesign](#new-model), and -3. [Explain the benefits of the redesigned stage 0 bootstrapping sequence is more preferable](#better). +3. [Explain the benefits of the redesigned stage 0 bootstrapping sequence](#better). # The current stage 0 bootstrap sequence {#current-model}