From 4678f0a49215b751a65d490012ae241208d3ec40 Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Thu, 16 Sep 2010 07:22:11 -0400 Subject: [PATCH] week1: rosetta tweaks Signed-off-by: Jim Pryor --- week1.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/week1.mdwn b/week1.mdwn index ee105db9..3669c334 100644 --- a/week1.mdwn +++ b/week1.mdwn @@ -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: -- 2.11.0