better wording
This commit is contained in:
parent
2b35e6fa08
commit
5bbe5d6d93
1 changed files with 2 additions and 2 deletions
|
|
@ -2064,8 +2064,8 @@ Great! Next up: let's compare our guess to the secret guess.
|
|||
## Comparing guesses
|
||||
|
||||
If you remember, earlier in the guide, we made a `cmp` function that compared
|
||||
two numbers. Let's add that in, along with a `match` statement to compare the
|
||||
guess to the secret guess:
|
||||
two numbers. Let's add that in, along with a `match` statement to compare our
|
||||
guess to the secret number:
|
||||
|
||||
```{rust,ignore}
|
||||
use std::io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue