Skip to content

Commit a1758ae

Browse files
committed
fix capitalization inside sentense
1 parent 55da0e0 commit a1758ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/patterns.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ match x {
251251
}
252252
```
253253

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

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

0 commit comments

Comments
 (0)