Skip to content

Commit 67418f5

Browse files
author
John Kleint
committed
Guide: remove promise of a counter in the guessing game.
Issue rust-lang#17964.
1 parent 86509d8 commit 67418f5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/doc/guide.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1746,8 +1746,7 @@ For our first project, we'll implement a classic beginner programming problem:
17461746
the guessing game. Here's how it works: Our program will generate a random
17471747
integer between one and a hundred. It will then prompt us to enter a guess.
17481748
Upon entering our guess, it will tell us if we're too low or too high. Once we
1749-
guess correctly, it will congratulate us, and print the number of guesses we've
1750-
taken to the screen. Sound good?
1749+
guess correctly, it will congratulate us. Sound good?
17511750

17521751
## Set up
17531752

0 commit comments

Comments
 (0)