mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 23:06:49 +02:00
Fix incorrect word (koffie -> vloeistof)
This commit is contained in:
@@ -43,7 +43,7 @@ getal = -42 if tegengestelde #=> if(tegengestelde) { getal = -42; }
|
|||||||
kwadraat = (x) -> x * x #=> var kwadraat = function(x) { return x * x; }
|
kwadraat = (x) -> x * x #=> var kwadraat = function(x) { return x * x; }
|
||||||
|
|
||||||
vul = (houder, vloeistof = "koffie") ->
|
vul = (houder, vloeistof = "koffie") ->
|
||||||
"Nu de #{houder} met #{koffie} aan het vullen..."
|
"Nu de #{houder} met #{vloeistof} aan het vullen..."
|
||||||
#=>var vul;
|
#=>var vul;
|
||||||
#
|
#
|
||||||
#vul = function(houder, vloeistof) {
|
#vul = function(houder, vloeistof) {
|
||||||
|
Reference in New Issue
Block a user