Auto merge of #28313 - rutsky:patch-4, r=alexcrichton

Follow-up fix for PR #28283.
This commit is contained in:
bors 2015-09-09 16:44:43 +00:00
commit 5d9dc1d7a1

View File

@ -251,7 +251,7 @@ match x {
}
```
This prints `Some("Steve")`: Weve bound the inner `name` to `a`.
This prints `Some("Steve")`: weve 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: