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 4891c00 commit e4e03bcCopy full SHA for e4e03bc
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