We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f963eb2 commit 49dc357Copy full SHA for 49dc357
src/doc/book/error-handling.md
@@ -182,7 +182,7 @@ analysis is the only way to get at the value stored inside an `Option<T>`. This
182
means that you, as the programmer, must handle the case when an `Option<T>` is
183
`None` instead of `Some(t)`.
184
185
-But wait, what about `unwrap`,which we used [`previously`](#code-unwrap-double)?
+But wait, what about `unwrap`, which we used [previously](#code-unwrap-double)?
186
There was no case analysis there! Instead, the case analysis was put inside the
187
`unwrap` method for you. You could define it yourself if you want:
188
0 commit comments