Skip to content

Commit

Permalink
Auto merge of #28313 - rutsky:patch-4, r=alexcrichton
Browse files Browse the repository at this point in the history
Follow-up fix for PR #28283.
  • Loading branch information
bors committed Sep 9, 2015
2 parents 3a4fb82 + a1758ae commit 5d9dc1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/patterns.md
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ match x {
}
```

This prints `Some("Steve")`: We’ve bound the inner `name` to `a`.
This prints `Some("Steve")`: we’ve bound the inner `name` to `a`.

If you use `@` with `|`, you need to make sure the name is bound in each part
of the pattern:
Expand Down

0 comments on commit 5d9dc1d

Please sign in to comment.