]> git.lizzy.rs Git - rust.git/commitdiff
link needs puncuation
authorDavid Szotten <davidszotten@gmail.com>
Sat, 19 Sep 2015 10:43:32 +0000 (11:43 +0100)
committerDavid Szotten <davidszotten@gmail.com>
Sat, 19 Sep 2015 10:43:32 +0000 (11:43 +0100)
src/doc/trpl/error-handling.md

index f7d5db2ddf1d7426e23af47d085a264264618dd0..6d1d2f409984258544929f6766cf20680e250502 100644 (file)
@@ -28,7 +28,7 @@ systems may want to jump around.
     * [The `Result` type](#the-result-type)
         * [Parsing integers](#parsing-integers)
         * [The `Result` type alias idiom](#the-result-type-alias-idiom)
-    * [A brief interlude: unwrapping isn't evil](#a-brief-interlude-unwrapping-isnt-evil)
+    * [A brief interlude: unwrapping isn't evil](#a-brief-interlude:-unwrapping-isn't-evil)
 * [Working with multiple error types](#working-with-multiple-error-types)
     * [Composing `Option` and `Result`](#composing-option-and-result)
     * [The limits of combinators](#the-limits-of-combinators)
@@ -41,7 +41,7 @@ systems may want to jump around.
     * [The real `try!` macro](#the-real-try!-macro)
     * [Composing custom error types](#composing-custom-error-types)
     * [Advice for library writers](#advice-for-library-writers)
-* [Case study: A program to read population data](#case-study-a-program-to-read-population-data)
+* [Case study: A program to read population data](#case-study:-a-program-to-read-population-data)
     * [Initial setup](#initial-setup)
     * [Argument parsing](#argument-parsing)
     * [Writing the logic](#writing-the-logic)