Skip to content

Commit 9d99e12

Browse files
committed
Fix link in if let docs
1 parent 7ce1fbe commit 9d99e12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
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)