From 2c752ff9309496d18c2158f593cab2b6fc671783 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Thu, 24 Dec 2020 23:13:12 +0900 Subject: Fix a typo [ci skip] --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cont.c b/cont.c index 2a43c8d2e3..a8250c3273 100644 --- a/cont.c +++ b/cont.c @@ -1884,7 +1884,7 @@ rb_fiber_initialize_kw(int argc, VALUE* argv, VALUE self, int kw_splat) * # ... and so on ... * * if blocking: false is passed to the Fiber.new, _and_ current thread - * has Fiber.scheduler defined, the Fiber becames non-blocking (see "Non-blocking + * has Fiber.scheduler defined, the Fiber becomes non-blocking (see "Non-blocking * fibers" section in class docs). */ static VALUE -- cgit v1.2.3