From 3aedf69a086b2d30087b2fc0d325635db2456c72 Mon Sep 17 00:00:00 2001 From: Chris Patuzzo Date: Fri, 26 Jun 2015 23:36:17 +0100 Subject: [PATCH 2/2] =?UTF-8?q?cont.c:=20=E2=80=9Cit=20must=20be=E2=80=9D,?= =?UTF-8?q?=20not=20=E2=80=9Cit=20must=20be=20be=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cont.c b/cont.c index 19e8122..8af93b1 100644 --- a/cont.c +++ b/cont.c @@ -1092,7 +1092,7 @@ rb_cont_call(int argc, VALUE *argv, VALUE contval) * comes with a small 4KB stack. This enables the fiber to be paused from deeply * nested function calls within the fiber block. * - * When a fiber is created it will not run automatically. Rather it must be + * When a fiber is created it will not run automatically. Rather it must * be explicitly asked to run using the Fiber#resume method. * The code running inside the fiber can give up control by calling * Fiber.yield in which case it yields control back to caller -- 2.2.1