Skip to content

Commit

Permalink
better wording
Browse files Browse the repository at this point in the history
  • Loading branch information
MatejLach committed Dec 2, 2014
1 parent 2b35e6f commit 5bbe5d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/doc/guide.md
Expand Up @@ -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;
Expand Down

4 comments on commit 5bbe5d6

@bors
Copy link
Contributor

@bors bors commented on 5bbe5d6 Dec 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

saw approval from steveklabnik
at MatejLach@5bbe5d6

@bors
Copy link
Contributor

@bors bors commented on 5bbe5d6 Dec 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging MatejLach/rust/guess_style_fix_guide = 5bbe5d6 into auto

@bors
Copy link
Contributor

@bors bors commented on 5bbe5d6 Dec 2, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

MatejLach/rust/guess_style_fix_guide = 5bbe5d6 merged ok, testing candidate = 468e49bf

Please sign in to comment.