We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 216a0ea + 9d99e12 commit e583b6aCopy full SHA for e583b6a
src/doc/book/src/if-let.md
@@ -1,6 +1,6 @@
1
# if let
2
3
-`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.
4
This allows us to reduce the overhead of certain kinds of [pattern][patterns] matches
5
and express them in a more convenient way.
6
0 commit comments