Get rid of extra word

This commit is contained in:
Evan Czaplicki 2014-01-21 00:01:57 +01:00
parent 3ab80bf608
commit ea23081f05

View file

@ -320,7 +320,7 @@ It is defined as:
always a b = a
It totally ignores the second argument, so `always 42` is a function that always
returns in 42. When you are dealing with higher-order functions, this comes in
returns 42. When you are dealing with higher-order functions, this comes in
handy more often than you might expect. For example, creating a zeroed out list
of length ten would be: