ruby-changes:66446
From: nagachika <ko1@a...>
Date: Sat, 12 Jun 2021 20:17:24 +0900 (JST)
Subject: [ruby-changes:66446] 8366506de1 (master): cont.c: Replace "iff" with "if and only if"
https://git.ruby-lang.org/ruby.git/commit/?id=8366506de1 From 8366506de1b5538573bbbed7b4ab8a36ace68fc6 Mon Sep 17 00:00:00 2001 From: nagachika <nagachika@r...> 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(-) diff --git a/cont.c b/cont.c index cb52fe8..00ab1e9 100644 --- a/cont.c +++ b/cont.c @@ -2000,7 +2000,7 @@ rb_fiber_s_scheduler(VALUE klass) https://github.com/ruby/ruby/blob/trunk/cont.c#L2000 * 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.1 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/