Update elm.html.markdown

only typos
This commit is contained in:
we-build-dreams 2015-12-10 12:21:21 +00:00
parent 1f76b2ad8c
commit fb4f346686

View File

@ -126,7 +126,7 @@ case List.head aList of
multiply a b = multiply a b =
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 multiply 7 6 -- 42
-- Partially apply a function by passing only some of its arguments. -- Partially apply a function by passing only some of its arguments.