Skip to content

Commit

Permalink
Replace "more later" by "later"
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeGomez committed May 21, 2015
1 parent 59ba55d commit 86a821e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/guessing-game.md
Expand Up @@ -148,7 +148,7 @@ a few tricks up their sleeves.
For example, they’re [immutable][immutable] by default. That’s why our example
uses `mut`: it makes a binding mutable, rather than immutable. `let` doesn’t
take a name on the left hand side, it actually accepts a
[pattern][patterns]’. We’ll use patterns more later. It’s easy enough
[pattern][patterns]’. We’ll use patterns later. It’s easy enough
to use for now:

```rust
Expand Down

0 comments on commit 86a821e

Please sign in to comment.