mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-05-22 22:30:58 +00:00
Update elm.html.markdown
only typos
This commit is contained in:
parent
1f76b2ad8c
commit
fb4f346686
@ -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.
|
||||||
|
Loading…
Reference in New Issue
Block a user