mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
cont.c: Replace "iff" with "if and only if"
This commit is contained in:
parent
9210f8df7f
commit
8366506de1
1 changed files with 1 additions and 1 deletions
2
cont.c
2
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
|
||||
|
|
Loading…
Add table
Reference in a new issue