1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

cont.c: Replace "iff" with "if and only if"

This commit is contained in:
nagachika 2021-06-12 20:15:08 +09:00
parent 9210f8df7f
commit 8366506de1

2
cont.c
View file

@ -2000,7 +2000,7 @@ rb_fiber_s_scheduler(VALUE klass)
* Fiber.current_scheduler -> obj or nil
*
* Returns the Fiber scheduler, that was last set for the current thread with Fiber.set_scheduler
* iff the current fiber is non-blocking.
* if and only if the current fiber is non-blocking.
*
*/
static VALUE