From b7d6ae741487c626ae6f87e1982865496cfec11c Mon Sep 17 00:00:00 2001 From: pansay Date: Sat, 2 Apr 2016 15:00:13 +0200 Subject: [PATCH] Update modules.md --- manuscript/markdown/References and Rebinding/modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manuscript/markdown/References and Rebinding/modules.md b/manuscript/markdown/References and Rebinding/modules.md index 95a7891..2f23e1c 100644 --- a/manuscript/markdown/References and Rebinding/modules.md +++ b/manuscript/markdown/References and Rebinding/modules.md @@ -2,7 +2,7 @@ ### transient let -In the section on [let and Var](#let), we learned that we can create a new environment any time we want by combining a function definition with a function invocation, to whit: +In the section on [let and Var](#let), we learned that we can create a new environment any time we want by combining a function definition with a function invocation, to wit: (function () { //