diff --git a/README.md b/README.md index 3659b6f..51c0819 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Improvements on the existing solutions include: Haskell, & Rust - Lax constraints on `value`/`error` nullability - Lax constraints on the `error` type's inheritance (does not inherit from -- `Exception`) + `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