diff options
author | Kazuhiro NISHIYAMA <[email protected]> | 2020-12-24 23:13:12 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <[email protected]> | 2020-12-24 23:13:36 +0900 |
commit | 2c752ff9309496d18c2158f593cab2b6fc671783 (patch) | |
tree | 24e9c33e769d9eaec63b105cf36c55df44e68336 /cont.c | |
parent | bdbbfd1fa53baac4d12530a6791140e35a9df46b (diff) |
Fix a typo [ci skip]
Diffstat (limited to 'cont.c')
-rw-r--r-- | cont.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1884,7 +1884,7 @@ rb_fiber_initialize_kw(int argc, VALUE* argv, VALUE self, int kw_splat) * # ... 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 |