diff options
author | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-11-04 17:12:18 +0900 |
---|---|---|
committer | Kazuhiro NISHIYAMA <zn@mbf.nifty.com> | 2019-11-04 17:12:18 +0900 |
commit | cf377c5556cb03f180a8bbc200fab0f04a540edb (patch) | |
tree | 52454210f50c4e0f6116df8ab9c4b0edb71534c7 /cont.c | |
parent | ffa9298076c4bfd1443b1231e1d7e7965ede5db9 (diff) | |
download | ruby-cf377c5556cb03f180a8bbc200fab0f04a540edb.tar.gz |
Fix a typo [ci skip]
Diffstat (limited to 'cont.c')
-rw-r--r-- | cont.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |