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.
1 parent 66c0fe0 commit c147ac4Copy full SHA for c147ac4
src/doc/trpl/match.md
@@ -97,4 +97,4 @@ Unlike the previous uses of `match`, you can’t use the normal `if`
97
statement to do this. You can use the [`if let`][if-let] statement,
98
which can be seen as an abbreviated form of `match`.
99
100
-[if-let][if-let.html]
+[if-let]: if-let.html
0 commit comments