Skip to content

Commit

Permalink
cont.c: Replace "iff" with "if and only if"
Browse files Browse the repository at this point in the history
  • Loading branch information
nagachika committed Jun 12, 2021
1 parent 9210f8d commit 8366506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cont.c
Expand Up @@ -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
Expand Down

0 comments on commit 8366506

Please sign in to comment.