summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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