ruby-changes:64564
From: Kazuhiro <ko1@a...>
Date: Thu, 24 Dec 2020 23:14:11 +0900 (JST)
Subject: [ruby-changes:64564] 2c752ff930 (master): Fix a typo [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=2c752ff930 From 2c752ff9309496d18c2158f593cab2b6fc671783 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Thu, 24 Dec 2020 23:13:12 +0900 Subject: Fix a typo [ci skip] diff --git a/cont.c b/cont.c index 2a43c8d..a8250c3 100644 --- a/cont.c +++ b/cont.c @@ -1884,7 +1884,7 @@ rb_fiber_initialize_kw(int argc, VALUE* argv, VALUE self, int kw_splat) https://github.com/ruby/ruby/blob/trunk/cont.c#L1884 * # ... and so on ... * * if <tt>blocking: false</tt> is passed to the <tt>Fiber.new</tt>, _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 v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/