week1: rosetta tweaks
authorJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 11:22:11 +0000 (07:22 -0400)
committerJim Pryor <profjim@jimpryor.net>
Thu, 16 Sep 2010 11:22:11 +0000 (07:22 -0400)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
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)))
 
-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: