mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-08 07:46:46 +02:00
Update elm.html.markdown
only typos
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user