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.
2 parents 8759f1f + 49dc357 commit 884021bCopy full SHA for 884021b
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