We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b9a3614 commit ea44885Copy full SHA for ea44885
1 file changed
README.md
@@ -30,8 +30,8 @@ We can also think of the Functor as an *anonymous/generic delegator*. Instead
30
of having to create a specialized delegator class, a functor can be used instead.
31
Functors are perfect when the delegation required is minimal.
32
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.
+**NOTE** Ruby functors are not the same as Haskell functors. In Ruby
+Enumerators are more akin to Haskell's idea of a functor.
35
36
37
## Batteries Included
0 commit comments