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 4e42fcd commit 30c91cdCopy full SHA for 30c91cd
src/doc/trpl/error-handling.md
@@ -45,7 +45,7 @@ systems may want to jump around.
45
* [Initial setup](#initial-setup)
46
* [Argument parsing](#argument-parsing)
47
* [Writing the logic](#writing-the-logic)
48
- * [Error handling with `Box<Error>`](#error-handling-with-box<error>)
+ * [Error handling with `Box<Error>`](#error-handling-with-box%3Cerror%3E)
49
* [Reading from stdin](#reading-from-stdin)
50
* [Error handling with a custom type](#error-handling-with-a-custom-type)
51
* [Adding functionality](#adding-functionality)
0 commit comments