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 2b35e6f commit 5bbe5d6Copy full SHA for 5bbe5d6
src/doc/guide.md
@@ -2064,8 +2064,8 @@ Great! Next up: let's compare our guess to the secret guess.
2064
## Comparing guesses
2065
2066
If you remember, earlier in the guide, we made a `cmp` function that compared
2067
-two numbers. Let's add that in, along with a `match` statement to compare the
2068
-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:
2069
2070
```{rust,ignore}
2071
use std::io;
0 commit comments