week1: fix markup processing?
[lambda.git] / week1.mdwn
index 9d59991..b4d584d 100644 (file)
@@ -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:
 
-<!--
+       <!--
        <pre>
        <code>&forall;x. (F x or &forall;x (not (F x)))</code>
        </pre>
--->
+       -->
 
        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.