Fix incorrect word (koffie -> vloeistof)

This commit is contained in:
Sam van Kampen 2015-10-28 22:37:54 +01:00
parent 80242383bc
commit 4f2a9eb51a

View File

@ -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) {