We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4891c00 + e4e03bc commit 69b8e74Copy full SHA for 69b8e74
src/doc/book/error-handling.md
@@ -405,7 +405,7 @@ enum Result<T, E> {
405
406
The `Result` type is a richer version of `Option`. Instead of expressing the
407
possibility of *absence* like `Option` does, `Result` expresses the possibility
408
-of *error*. Usually, the *error* is used to explain why the result of some
+of *error*. Usually, the *error* is used to explain why the execution of some
409
computation failed. This is a strictly more general form of `Option`. Consider
410
the following type alias, which is semantically equivalent to the real
411
`Option<T>` in every way:
0 commit comments