Skip to content

Commit

Permalink
Small fix to Cats' integration's description
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszKubuszok committed Jan 11, 2024
1 parent a7a899c commit fc5529a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/docs/cookbook.md
Original file line number Diff line number Diff line change
Expand Up @@ -308,8 +308,8 @@ Cats integration module contains the following utilities:
- for `partial.Result` data type:
- `MonadError[partial.Result, partial.Result.Errors] & CoflatMap[partial.Result] & Traverse[partial.Result]`
(implementing also `Monad`, `Applicative`, `Functor`, `ApplicativeError`, `UnorderedTraverse`, `Foldable`,
`UnorderedFoldable`)
- `Parallel[partial.Result] & Semigriupal[partial.Result]` (implementing also`NonEmptyParallel`)
`UnorderedFoldable`, `Invariant[partial.Result]`, `Semigriupal[partial.Result]`, ...)
- `Parallel[partial.Result]` (implementing also`NonEmptyParallel`)
- `Semigroup[partial.Result.Errors]`

!!! important
Expand Down

0 comments on commit fc5529a

Please sign in to comment.