From 874ce383f04f95ec6801fd588bed38f845fb05fd Mon Sep 17 00:00:00 2001 From: Jim Pryor Date: Mon, 13 Dec 2010 03:32:46 -0500 Subject: [PATCH 1/1] tweak coroutines Signed-off-by: Jim Pryor --- coroutines_and_aborts.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coroutines_and_aborts.mdwn b/coroutines_and_aborts.mdwn index 7d242740..7c9762cc 100644 --- a/coroutines_and_aborts.mdwn +++ b/coroutines_and_aborts.mdwn @@ -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: -- 2.11.0