Update Readme.md

Missing "to"
This commit is contained in:
Marcin Czenko 2024-11-28 17:25:03 +01:00
parent 3dcf21491d
commit 2e7f20392b

View File

@ -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]`.