typo
authorjim <jim@web>
Thu, 30 Apr 2015 15:38:20 +0000 (11:38 -0400)
committerLinux User <ikiwiki@localhost.members.linode.com>
Thu, 30 Apr 2015 15:38:20 +0000 (11:38 -0400)
topics/week13_coroutines_exceptions_and_aborts.mdwn

index cd26a3a..a9d8bc2 100644 (file)
@@ -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))
 
 
 <!--