From ea1d5399a75e8a8f754ea3b8b3fd5c2ea9904a10 Mon Sep 17 00:00:00 2001 From: Yue Zhang Date: Fri, 27 May 2016 18:16:16 +0800 Subject: [PATCH] Update 1.02.scm --- chapter1/1.02.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/chapter1/1.02.scm b/chapter1/1.02.scm index 2e1b393..7850a58 100644 --- a/chapter1/1.02.scm +++ b/chapter1/1.02.scm @@ -3,7 +3,7 @@ (- 2 (- 3 (+ 6 - (/ 1 3))))) + (/ 4 5))))) (* 3 (- 6 2) (- 2 7)))