Skip to content

Commit 5d9dc1d

Browse files
committed
Auto merge of #28313 - rutsky:patch-4, r=alexcrichton
Follow-up fix for PR #28283.
2 parents 3a4fb82 + a1758ae commit 5d9dc1d

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)