diff --git a/README.md b/README.md index 16f354d..c3190ed 100644 --- a/README.md +++ b/README.md @@ -141,7 +141,7 @@ None.isNone() // true ### Result > Result = Ok\ | Err\ -Represents a value which may fail. +Represents the result of a computation which may fail. #### Methods ##### of :: Result f => a -> f a