ruby-changes:58557
From: Kazuhiro <ko1@a...>
Date: Mon, 4 Nov 2019 17:13:12 +0900 (JST)
Subject: [ruby-changes:58557] cf377c5556 (master): Fix a typo [ci skip]
https://git.ruby-lang.org/ruby.git/commit/?id=cf377c5556 From cf377c5556cb03f180a8bbc200fab0f04a540edb Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA <zn@m...> Date: Mon, 4 Nov 2019 17:12:18 +0900 Subject: Fix a typo [ci skip] diff --git a/cont.c b/cont.c index 59e9747..63069b3 100644 --- a/cont.c +++ b/cont.c @@ -2200,7 +2200,7 @@ rb_fiber_raise(int argc, VALUE *argv, VALUE fiber) https://github.com/ruby/ruby/blob/trunk/cont.c#L2200 * 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 -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/