From 8366506de1b5538573bbbed7b4ab8a36ace68fc6 Mon Sep 17 00:00:00 2001 From: nagachika Date: Sat, 12 Jun 2021 20:15:08 +0900 Subject: cont.c: Replace "iff" with "if and only if" --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') diff --git a/cont.c b/cont.c index cb52fe8413..00ab1e9fd1 100644 --- a/cont.c +++ b/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 -- cgit v1.2.3