cont.c: Replace "iff" with "if and only if"
This commit is contained in:
parent
9210f8df7f
commit
8366506de1
2
cont.c
2
cont.c
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user