1
0
mirror of https://github.com/adambard/learnxinyminutes-docs.git synced 2025-01-17 05:28:37 +01:00

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 =
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.