mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fix a typo [ci skip]
This commit is contained in:
parent
bdbbfd1fa5
commit
2c752ff930
1 changed files with 1 additions and 1 deletions
2
cont.c
2
cont.c
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue