Skip to content

Commit 4a35a73

Browse files
committed
Fix wording in Guessing Game
1 parent c212c0e commit 4a35a73

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/doc/book/guessing-game.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -521,11 +521,11 @@ Please input your guess.
521521
You guessed: 5
522522
```
523523

524-
Great! Next up: let’s compare our guess to the secret guess.
524+
Great! Next up: comparing our guess to the secret number.
525525

526526
# Comparing guesses
527527

528-
Now that we’ve got user input, let’s compare our guess to the random guess.
528+
Now that we’ve got user input, let’s compare our guess to the secret number.
529529
Here’s our next step, though it doesn’t quite compile yet:
530530

531531
```rust,ignore

0 commit comments

Comments
 (0)