We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
if let
1 parent 7ce1fbe commit 9d99e12Copy full SHA for 9d99e12
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