Skip to content

Commit

Permalink
feat(80): Fixed documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
rcardin committed Sep 23, 2024
1 parent 6b20a68 commit c26583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cats-raise4s/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ In general, the integration lets you use the _Cats_ type classes with the _Raise
CatsRaise.validated { raise("error") } should be(Validated. invalid("error"))
```

- Use the `RaiseMonadError[E]` to integrate with your existing code that uses `MonadError[E]`.
- Use the `RaiseMonadError[E]` to integrate with your existing code that uses `MonadError`.

```scala 3
import in.rcard.raise4s.cats.instances.raise.given
Expand Down

0 comments on commit c26583d

Please sign in to comment.