tweak coroutines
authorJim Pryor <profjim@jimpryor.net>
Mon, 13 Dec 2010 08:32:46 +0000 (03:32 -0500)
committerJim Pryor <profjim@jimpryor.net>
Mon, 13 Dec 2010 08:32:46 +0000 (03:32 -0500)
Signed-off-by: Jim Pryor <profjim@jimpryor.net>
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: