From d5e60df8573fa73d379b9c828ac9e8b6450ad6cf Mon Sep 17 00:00:00 2001 From: Michael Bull Date: Sat, 21 Oct 2017 19:46:14 +0100 Subject: [PATCH] Fix typo in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a91038f..3659b6f 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ Improvements on the existing solutions include: - Complete feature parity with Result types from other languages including Elm, Haskell, & Rust - Lax constraints on `value`/`error` nullability -- Lax constraints on the `error` type's (does not inherit from `Exception`) +- Lax constraints on the `error` type's inheritance (does not inherit from +- `Exception`) - Top level `Ok` and `Error` classes avoids qualifying usages with `Result.Ok`/`Result.Error` respectively - Higher-order functions marked with the `inline` keyword for reduced runtime