We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b7e048 commit e66a1dcCopy full SHA for e66a1dc
src/doc/trpl/error-handling.md
@@ -120,7 +120,7 @@ It would be better if we just showed the code for unwrapping because it is so
120
simple, but to do that, we will first need to explore the `Option` and `Result`
121
types. Both of these types have a method called `unwrap` defined on them.
122
123
-### The `Option` type
+## The `Option` type
124
125
The `Option` type is [defined in the standard library][5]:
126
0 commit comments