Skip to content

Commit 8118ed7

Browse files
author
Arnaud ESTEVE
committed
Rephrase assertTransformation simplification
1 parent 74ff540 commit 8118ed7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/docs/reference/contextual/typeclasses-new.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def assertTransformation[F[_]: Functor, A, B](expected: F[B], original: F[A], ma
139139
assert(expected == original.map(mapping))
140140
```
141141

142-
Since we can now use the `map` method directly accessible on `original` which is of type `F[A]`, where `F` is a `Functor`.
142+
The `map` method is now directly used on `original` since it is of type `F[A]` (where `F` is a `Functor`).
143143

144144

145145
### Monads

0 commit comments

Comments
 (0)