fixed code snippet in docs

This commit is contained in:
cozis
2022-03-27 15:47:12 +02:00
parent 0507b71c35
commit f096c82188
2 changed files with 12 additions and 0 deletions
+1
View File
@@ -283,6 +283,7 @@ fun makeAdder(n) {
fun adder(m) {
return m + n;
}
return adder;
}
add10 = makeAdder(10);