1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2019-11-04 17:12:18 +09:00
parent ffa9298076
commit cf377c5556
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

2
cont.c
View file

@ -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