fix capitalization inside sentense

This commit is contained in:
Vladimir Rutsky 2015-09-09 12:54:31 +03:00
parent 55da0e0000
commit a1758aea18

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 If you use `@` with `|`, you need to make sure the name is bound in each part
of the pattern: of the pattern: