Skip to content

Commit 9d3deb4

Browse files
committed
fix anchor link
1 parent dc1c797 commit 9d3deb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ that makes `unwrap` ergonomic to use. Unfortunately, that `panic!` means that
210210

211211
### Composing `Option<T>` values
212212

213-
In [`option-ex-string-find`](#code-option-ex-string-find-2)
213+
In [`option-ex-string-find`](#code-option-ex-string-find)
214214
we saw how to use `find` to discover the extension in a file name. Of course,
215215
not all file names have a `.` in them, so it's possible that the file name has
216216
no extension. This *possibility of absence* is encoded into the types using

0 commit comments

Comments
 (0)