From: Jim Pryor Date: Thu, 16 Sep 2010 03:15:33 +0000 (-0400) Subject: week1: fix markup processing? X-Git-Url: http://lambda.jimpryor.net/git/gitweb.cgi?p=lambda.git;a=commitdiff_plain;h=1a4c40836dc37109b086d47ee9fb27c2f9726e6b;ds=sidebyside week1: fix markup processing? Signed-off-by: Jim Pryor --- diff --git a/week1.mdwn b/week1.mdwn index 9d59991e..b4d584d4 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -673,11 +673,11 @@ Here's how it looks to say the same thing in various of these languages. and there's no more mutation going on there than there is in: - + --> When a previously-bound variable is rebound in the way we see here, that's called **shadowing**: the outer binding is shadowed during the scope of the inner binding.