Skip to content

Commit e583b6a

Browse files
Rollup merge of #40170 - iKevinY:if-let-typo, r=frewsxcv
Fix link in `if let` docs r? @steveklabnik
2 parents 216a0ea + 9d99e12 commit e583b6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/book/src/if-let.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# if let
22

3-
`if let` permits [patterns][pattern] matching within the condition of an [if][if] statement.
3+
`if let` permits [patterns][patterns] matching within the condition of an [if][if] statement.
44
This allows us to reduce the overhead of certain kinds of [pattern][patterns] matches
55
and express them in a more convenient way.
66

0 commit comments

Comments
 (0)