Skip to content

Commit

Permalink
Get rid of extra word
Browse files Browse the repository at this point in the history
  • Loading branch information
process-bot committed Jan 20, 2014
1 parent 3ab80bf commit ea23081
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libraries/Basics.elm
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea23081

Please sign in to comment.