From 69fc4b3f4d86bbafba664839e9385a7ca6bd305e Mon Sep 17 00:00:00 2001 From: Marcin Czenko Date: Thu, 28 Nov 2024 17:25:03 +0100 Subject: [PATCH] Update Readme.md Missing "to" --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index e6f1d7c..ace750d 100644 --- a/Readme.md +++ b/Readme.md @@ -151,7 +151,7 @@ have to explicitly import the `questionable/results` module: import questionable/results ``` -You can use `?!` make a Result type. These Result types either hold a value or +You can use `?!` to make a Result type. These Result types either hold a value or an error. For example the type `?!int` is short for `Result[int, ref CatchableError]`.