Fix link in if let docs
This commit is contained in:
parent
7ce1fbe1f7
commit
9d99e12675
1 changed files with 1 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# if let
|
||||
|
||||
`if let` permits [patterns][pattern] matching within the condition of an [if][if] statement.
|
||||
`if let` permits [patterns][patterns] matching within the condition of an [if][if] statement.
|
||||
This allows us to reduce the overhead of certain kinds of [pattern][patterns] matches
|
||||
and express them in a more convenient way.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue