about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--src/doc/book/guessing-game.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/book/guessing-game.md b/src/doc/book/guessing-game.md
index 590c7e84819..a2067e33a60 100644
--- a/src/doc/book/guessing-game.md
+++ b/src/doc/book/guessing-game.md
@@ -988,8 +988,7 @@ fn main() {
 
 # Complete!
 
-At this point, you have successfully built the Guessing Game! Congratulations!
+This project showed you a lot: `let`, `match`, methods, associated
+functions, using external crates, and more.
 
-This first project showed you a lot: `let`, `match`, methods, associated
-functions, using external crates, and more. Our next project will show off
-even more.
+At this point, you have successfully built the Guessing Game! Congratulations!