From d442b61795ea1124c49e0bff9683c09a116ab56b Mon Sep 17 00:00:00 2001
From: LukeMathWalker <20745048+LukeMathWalker@users.noreply.github.com>
Date: Tue, 28 May 2024 11:11:41 +0200
Subject: [PATCH] Reword.

---
 book/src/going_further.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/book/src/going_further.md b/book/src/going_further.md
index 769a073..44e5d08 100644
--- a/book/src/going_further.md
+++ b/book/src/going_further.md
@@ -28,8 +28,7 @@ project and on [exercism.io](https://exercism.io)'s Rust track.
 Check out [the Rust book](https://doc.rust-lang.org/book/title-page.html) and
 ["Programming Rust"](https://www.oreilly.com/library/view/programming-rust-2nd/9781492052586/)
 if you're looking for a different perspective on the same concepts we covered throughout this course.
-The material doesn't overlap perfectly, therefore you'll certainly learn something new along the
-way.
+You'll certainly learn something new since they don't cover exactly the same topics; Rust has a lot of surface area!
 
 ### Advanced material
 
-- 
2.49.0