From c76b3e3fa32917ebebacaca367081e60fa02111c Mon Sep 17 00:00:00 2001 From: Anuj Dutta Date: Thu, 3 May 2012 00:27:49 +0000 Subject: [PATCH] Fixed the output of fiber example. --- cont.c | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/cont.c b/cont.c index 2a90771..1394763 100644 --- a/cont.c +++ b/cont.c @@ -1448,9 +1448,9 @@ rb_fiber_m_resume(int argc, VALUE *argv, VALUE fib) * * produces * - * I am in fiber2 - * I am in fiber1 - * I am in fiber3 + * In Fiber 2 + * In Fiber 1 + * In Fiber 3 * */ static VALUE -- 1.7.4.4