Skip to content

Commit e66a1dc

Browse files
author
christopherdumas
committed
Fixe heading
1 parent 0b7e048 commit e66a1dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/trpl/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ It would be better if we just showed the code for unwrapping because it is so
120120
simple, but to do that, we will first need to explore the `Option` and `Result`
121121
types. Both of these types have a method called `unwrap` defined on them.
122122

123-
### The `Option` type
123+
## The `Option` type
124124

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

0 commit comments

Comments
 (0)