Skip to content

Commit

Permalink
Rollup merge of rust-lang#32937 - deepak:gh-issue-32936-remove-next-p…
Browse files Browse the repository at this point in the history
…roject-in-guessing-game-doc, r=Manishearth

Doc fix: Do not mention next project in book/guessing-game

fixes rust-lang#32936
  • Loading branch information
steveklabnik committed Apr 14, 2016
2 parents 302f2aa + a40629d commit eadd574
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/doc/book/guessing-game.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

0 comments on commit eadd574

Please sign in to comment.