From b3a6caf0f0fbcd38d1d2affbbeab404a1be90964 Mon Sep 17 00:00:00 2001 From: MoustaphaCamara Date: Tue, 3 Mar 2026 08:04:47 +0100 Subject: [PATCH] docs(ch00): remove duplicated sentence in chapter 0 introduction The sentence was already present at line 183. --- src/ch00-00-introduction.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/ch00-00-introduction.md b/src/ch00-00-introduction.md index 4dfa272fcc..31e9823ae6 100644 --- a/src/ch00-00-introduction.md +++ b/src/ch00-00-introduction.md @@ -190,9 +190,6 @@ meant to work: | Ferris throwing up their hands | This code panics! | | Ferris with one claw up, shrugging | This code does not produce the desired behavior. | -In most situations, we’ll lead you to the correct version of any code that -doesn’t compile. - ## Source Code The source files from which this book is generated can be found on