about summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Szotten <davidszotten@gmail.com>2015-09-19 11:43:57 +0100
committerDavid Szotten <davidszotten@gmail.com>2015-09-19 11:43:57 +0100
commit30c91cd7f7527cee89e4997827fbe61ea39f2729 (patch)
tree73d44c194ddc97639acd26c93df9a6f3c03c8f59
parent4e42fcd92ad0d918cb0474551601c387fa4999a3 (diff)
downloadrust-30c91cd7f7527cee89e4997827fbe61ea39f2729.tar.gz
rust-30c91cd7f7527cee89e4997827fbe61ea39f2729.zip
angle brackets get mis-parsed. bug?
-rw-r--r--src/doc/trpl/error-handling.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/doc/trpl/error-handling.md b/src/doc/trpl/error-handling.md
index 6d1d2f40998..9dbc27dfcb8 100644
--- a/src/doc/trpl/error-handling.md
+++ b/src/doc/trpl/error-handling.md
@@ -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)