]> git.lizzy.rs Git - rust.git/commitdiff
angle brackets get mis-parsed. bug?
authorDavid Szotten <davidszotten@gmail.com>
Sat, 19 Sep 2015 10:43:57 +0000 (11:43 +0100)
committerDavid Szotten <davidszotten@gmail.com>
Sat, 19 Sep 2015 10:43:57 +0000 (11:43 +0100)
src/doc/trpl/error-handling.md

index 6d1d2f409984258544929f6766cf20680e250502..9dbc27dfcb8aeab409276d597b1db9b9003af76e 100644 (file)
@@ -45,7 +45,7 @@ systems may want to jump around.
     * [Initial setup](#initial-setup)
     * [Argument parsing](#argument-parsing)
     * [Writing the logic](#writing-the-logic)
-    * [Error handling with `Box<Error>`](#error-handling-with-box<error>)
+    * [Error handling with `Box<Error>`](#error-handling-with-box%3Cerror%3E)
     * [Reading from stdin](#reading-from-stdin)
     * [Error handling with a custom type](#error-handling-with-a-custom-type)
     * [Adding functionality](#adding-functionality)