Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixe heading
  • Loading branch information
christopherdumas committed Sep 15, 2015
1 parent 0b7e048 commit e66a1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/trpl/error-handling.md
Expand Up @@ -120,7 +120,7 @@ It would be better if we just showed the code for unwrapping because it is so
simple, but to do that, we will first need to explore the `Option` and `Result`
types. Both of these types have a method called `unwrap` defined on them.

### The `Option` type
## The `Option` type

The `Option` type is [defined in the standard library][5]:

Expand Down

0 comments on commit e66a1dc

Please sign in to comment.