From e4e03bc74af129c9af852f9035075a4a0ef17a2c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Philipp=20Matthias=20Sch=C3=A4fer?= Date: Mon, 23 Nov 2015 09:39:58 +0100 Subject: [PATCH] wording: results don't fail --- src/doc/book/error-handling.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/book/error-handling.md b/src/doc/book/error-handling.md index 52a4e7324ee..600019bcceb 100644 --- a/src/doc/book/error-handling.md +++ b/src/doc/book/error-handling.md @@ -405,7 +405,7 @@ enum Result { The `Result` type is a richer version of `Option`. Instead of expressing the possibility of *absence* like `Option` does, `Result` expresses the possibility -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 computation failed. This is a strictly more general form of `Option`. Consider the following type alias, which is semantically equivalent to the real `Option` in every way: -- 2.44.0