summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
authornagachika <nagachika@ruby-lang.org>2021-06-12 20:15:08 +0900
committernagachika <nagachika@ruby-lang.org>2021-06-12 20:15:08 +0900
commit8366506de1b5538573bbbed7b4ab8a36ace68fc6 (patch)
tree821fcfb11db816db77ea0872b54f797b241c043d /cont.c
parent9210f8df7ff23f06c03dedf9f89fd8ab902043e3 (diff)
cont.c: Replace "iff" with "if and only if"
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
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