From ea23081f053057edad3bc1c6ba18b75d3915184d Mon Sep 17 00:00:00 2001 From: Evan Czaplicki Date: Tue, 21 Jan 2014 00:01:57 +0100 Subject: [PATCH] Get rid of extra word --- libraries/Basics.elm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/Basics.elm b/libraries/Basics.elm index 0b5952c..cb62caf 100644 --- a/libraries/Basics.elm +++ b/libraries/Basics.elm @@ -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: