]> git.lizzy.rs Git - rust.git/commitdiff
fix capitalization inside sentense
authorVladimir Rutsky <rutsky@users.noreply.github.com>
Wed, 9 Sep 2015 09:54:31 +0000 (12:54 +0300)
committerVladimir Rutsky <rutsky@users.noreply.github.com>
Wed, 9 Sep 2015 09:54:31 +0000 (12:54 +0300)
src/doc/trpl/patterns.md

index 26574f15c2c62542475730ea746f5df62b1caf09..a365732fe9bd14c115654cb84eb115769b025508 100644 (file)
@@ -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: