Rollup merge of #30134 - salty-horse:patch-1, r=steveklabnik
random/secret guess -> secret number.
This commit is contained in:
commit
5e4adf96cf
1 changed files with 2 additions and 2 deletions
|
|
@ -521,11 +521,11 @@ Please input your guess.
|
|||
You guessed: 5
|
||||
```
|
||||
|
||||
Great! Next up: let’s compare our guess to the secret guess.
|
||||
Great! Next up: comparing our guess to the secret number.
|
||||
|
||||
# Comparing guesses
|
||||
|
||||
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.
|
||||
Here’s our next step, though it doesn’t quite compile yet:
|
||||
|
||||
```rust,ignore
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue