Skip to content

Commit ea44885

Browse files
committed
Update README. :doc:
1 parent b9a3614 commit ea44885

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,8 @@ We can also think of the Functor as an *anonymous/generic delegator*. Instead
3030
of having to create a specialized delegator class, a functor can be used instead.
3131
Functors are perfect when the delegation required is minimal.
3232

33-
**NOTE** Ruby functors are not the same thing a Haskell functors. In Ruby
34-
Enumerators are most akin to Haskell's idea of a functor.
33+
**NOTE** Ruby functors are not the same as Haskell functors. In Ruby
34+
Enumerators are more akin to Haskell's idea of a functor.
3535

3636

3737
## Batteries Included

0 commit comments

Comments
 (0)