better wording

This commit is contained in:
Matej Lach 2014-12-02 13:40:18 +00:00
parent 2b35e6fa08
commit 5bbe5d6d93

View file

@ -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;