Skip to content

Commit cd9834e

Browse files
author
Arnaud ESTEVE
committed
typo
1 parent cb6c511 commit cd9834e

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
@@ -156,7 +156,7 @@ Now, applying the `List.map` ability with the following mapping function as para
156156

157157
To avoid avoid managing lists of lists, we may want to "flatten" the values in a single list.
158158

159-
That's where `Monad` enter the party. A `Monad` for type `F[_]` is a `Functor[F]` with 2 more abilities:
159+
That's where `Monad` enters the party. A `Monad` for type `F[_]` is a `Functor[F]` with 2 more abilities:
160160
* the flatten ability we just described: turning `F[A]` to `F[B]` when given a `mapping: A => F[B]` function
161161
* the ability to create `F[A]` from a single value `A`
162162

0 commit comments

Comments
 (0)