week1: rosetta tweaks
[lambda.git] / week1.mdwn
index ee105db..3669c33 100644 (file)
@@ -397,7 +397,7 @@ The following site may be useful; it lets you run a Scheme interpreter inside yo
                          (let ((two 2))
                                   (+ three two)))
 
                          (let ((two 2))
                                   (+ three two)))
 
-Most of the parentheses in this construction *aren't* playing the role of applying a function to some arguments---only the ones in `(+ three two)` are doing that.
+       Most of the parentheses in this construction *aren't* playing the role of applying a function to some arguments---only the ones in `(+ three two)` are doing that.
 
 
        In OCaml:
 
 
        In OCaml: