We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1609e9c commit d69717dCopy full SHA for d69717d
1 file changed
F25/koans/the_same_picture/byo_generator.ts
@@ -43,7 +43,7 @@ for(const n of generator1) { // 4, ..., 10
43
(2) Each time we call buildOneToTen(), it's a different call and so a different variable
44
that's shared by all calls to the function it returns.
45
46
- In FP terminology, we say that the inner function "closes" the non-local variable. This
+ In FP terminology, we say that the inner function "closes over" the non-local variable. This
47
is why you might hear anonymous functions referred to as "closures".
48
*/
49
0 commit comments