Skip to content

Commit

Permalink
Update Readme.md
Browse files Browse the repository at this point in the history
Missing "to"
  • Loading branch information
marcinczenko authored Nov 28, 2024
1 parent 3dcf214 commit 69fc4b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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]`.

Expand Down

0 comments on commit 69fc4b3

Please sign in to comment.