We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c212c0e commit 4a35a73Copy full SHA for 4a35a73
src/doc/book/guessing-game.md
@@ -521,11 +521,11 @@ Please input your guess.
521
You guessed: 5
522
```
523
524
-Great! Next up: let’s compare our guess to the secret guess.
+Great! Next up: comparing our guess to the secret number.
525
526
# Comparing guesses
527
528
-Now that we’ve got user input, let’s compare our guess to the random guess.
+Now that we’ve got user input, let’s compare our guess to the secret number.
529
Here’s our next step, though it doesn’t quite compile yet:
530
531
```rust,ignore
0 commit comments