This commit is contained in:
Kazuhiro NISHIYAMA 2019-11-04 17:12:18 +09:00
Родитель ffa9298076
Коммит cf377c5556
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 262ED8DBB4222F7A
1 изменённых файлов: 1 добавлений и 1 удалений

2
cont.c
Просмотреть файл

@ -2200,7 +2200,7 @@ rb_fiber_raise(int argc, VALUE *argv, VALUE fiber)
* a resume call. Arguments passed to transfer are treated like those
* passed to resume.
*
* You cannot call +resume+ on a fiber that has been transfered to.
* You cannot call +resume+ on a fiber that has been transferred to.
* If you call +transfer+ on a fiber, and later call +resume+ on the
* the fiber, a +FiberError+ will be raised. Once you call +transfer+ on
* a fiber, the only way to resume processing the fiber is to