From 1831a2162f0649de36781ff76678ad7167228db6 Mon Sep 17 00:00:00 2001 From: jim Date: Thu, 30 Apr 2015 11:38:20 -0400 Subject: [PATCH] typo --- topics/week13_coroutines_exceptions_and_aborts.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/topics/week13_coroutines_exceptions_and_aborts.mdwn b/topics/week13_coroutines_exceptions_and_aborts.mdwn index cd26a3a8..a9d8bc2a 100644 --- a/topics/week13_coroutines_exceptions_and_aborts.mdwn +++ b/topics/week13_coroutines_exceptions_and_aborts.mdwn @@ -422,7 +422,7 @@ There are also different kinds of "syntactic sugar" we can use to hide the conti (shift k (if (eqv? x 1) (k 10) 20)) 100)))]) - (+ (foo 1) 1000)) + (+ (foo 2) 1000))