]> git.lizzy.rs Git - rust.git/commitdiff
fix anchor link
authorDavid Szotten <davidszotten@gmail.com>
Fri, 18 Sep 2015 16:21:30 +0000 (17:21 +0100)
committerDavid Szotten <davidszotten@gmail.com>
Fri, 18 Sep 2015 21:12:16 +0000 (22:12 +0100)
src/doc/trpl/error-handling.md

index edb794a54aea4e214d6f6838fcdb272c9193c789..5cd847da823ce9e198007a947ecd277871118c0e 100644 (file)
@@ -210,7 +210,7 @@ that makes `unwrap` ergonomic to use. Unfortunately, that `panic!` means that
 
 ### Composing `Option<T>` values
 
-In [`option-ex-string-find`](#code-option-ex-string-find-2)
+In [`option-ex-string-find`](#code-option-ex-string-find)
 we saw how to use `find` to discover the extension in a file name. Of course,
 not all file names have a `.` in them, so it's possible that the file name has
 no extension. This *possibility of absence* is encoded into the types using