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

This commit is contained in:
nagachika 2021-06-12 20:15:08 +09:00
Родитель 9210f8df7f
Коммит 8366506de1
1 изменённых файлов: 1 добавлений и 1 удалений

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