Merge branch 'we-build-dreams/patch-1' into elm/en2

This commit is contained in:
Max Goldstein 2015-12-13 13:35:17 -05:00
commit ac2bff249e

View File

@ -131,7 +131,7 @@ case List.head aList of
multiply a b =
a * b
-- Apply (call) a function by passing it arguments (no commas necessay).
-- Apply (call) a function by passing it arguments (no commas necessary).
multiply 7 6 -- 42
-- Partially apply a function by passing only some of its arguments.