tweak coroutines
[lambda.git] / coroutines_and_aborts.mdwn
index 7d24274..7c9762c 100644 (file)
@@ -586,7 +586,7 @@ When working with continuations, it's easiest in the first place to write them o
                else abort 20
                ) + 100
            end
-       in (foo 2) + 1;;
+       in (foo 2) + 1000;;
 
 into this: