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:
parent
1f76b2ad8c
commit
fb4f346686
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user