mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-04-27 07:33:57 +00:00
Fix incorrect word (koffie -> vloeistof)
This commit is contained in:
parent
80242383bc
commit
4f2a9eb51a
@ -43,7 +43,7 @@ getal = -42 if tegengestelde #=> if(tegengestelde) { getal = -42; }
|
||||
kwadraat = (x) -> x * x #=> var kwadraat = function(x) { return x * x; }
|
||||
|
||||
vul = (houder, vloeistof = "koffie") ->
|
||||
"Nu de #{houder} met #{koffie} aan het vullen..."
|
||||
"Nu de #{houder} met #{vloeistof} aan het vullen..."
|
||||
#=>var vul;
|
||||
#
|
||||
#vul = function(houder, vloeistof) {
|
||||
|
Loading…
Reference in New Issue
Block a user