]> git.lizzy.rs Git - rust.git/commitdiff
trpl: fix link from Match to If Let
authorAlex Burka <durka42+github@gmail.com>
Thu, 14 May 2015 18:43:50 +0000 (14:43 -0400)
committerAlex Burka <durka42+github@gmail.com>
Thu, 14 May 2015 18:43:50 +0000 (14:43 -0400)
src/doc/trpl/match.md

index 2bb2359ba5a01f82b98af858b81f2303d0bd7aaa..113e218883b34c4b089d02eaf82fd7863f4e1848 100644 (file)
@@ -97,4 +97,4 @@ Unlike the previous uses of `match`, you can’t use the normal `if`
 statement to do this. You can use the [`if let`][if-let] statement,
 which can be seen as an abbreviated form of `match`.
 
-[if-let][if-let.html]
+[if-let]: if-let.html