Skip to content

Commit eadd574

Browse files
committed
Rollup merge of #32937 - deepak:gh-issue-32936-remove-next-project-in-guessing-game-doc, r=Manishearth
Doc fix: Do not mention next project in book/guessing-game fixes #32936
2 parents 302f2aa + a40629d commit eadd574

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

src/doc/book/guessing-game.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -988,8 +988,7 @@ fn main() {
988988
989989
# Complete!
990990
991-
At this point, you have successfully built the Guessing Game! Congratulations!
991+
This project showed you a lot: `let`, `match`, methods, associated
992+
functions, using external crates, and more.
992993
993-
This first project showed you a lot: `let`, `match`, methods, associated
994-
functions, using external crates, and more. Our next project will show off
995-
even more.
994+
At this point, you have successfully built the Guessing Game! Congratulations!

0 commit comments

Comments
 (0)