about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-04-14 14:49:11 -0400
committerSteve Klabnik <steve@steveklabnik.com>2016-04-14 14:49:11 -0400
commiteadd5748ce8da87370d34ad265a68a45a3ebcd5a (patch)
treec6e0fb75eb7ccd0ea7010358d5c41d21641af0d1
parent302f2aa01cc3841ac1c3505dc0ec002f03e08cbf (diff)
parenta40629d2c9aa2a3bed2e4edaafa2303eb4b19854 (diff)
downloadrust-eadd5748ce8da87370d34ad265a68a45a3ebcd5a.tar.gz
rust-eadd5748ce8da87370d34ad265a68a45a3ebcd5a.zip
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 https://github.com/rust-lang/rust/issues/32936
-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!