summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-24 23:13:12 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-12-24 23:13:36 +0900
commit2c752ff9309496d18c2158f593cab2b6fc671783 (patch)
tree24e9c33e769d9eaec63b105cf36c55df44e68336
parentbdbbfd1fa53baac4d12530a6791140e35a9df46b (diff)
Fix a typo [ci skip]
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 2a43c8d2e3..a8250c3273 100644
--- a/cont.c
+++ b/cont.c
@@ -1884,7 +1884,7 @@ rb_fiber_initialize_kw(int argc, VALUE* argv, VALUE self, int kw_splat)
* # ... and so on ...
*
* if <tt>blocking: false</tt> is passed to the <tt>Fiber.new</tt>, _and_ current thread
- * has Fiber.scheduler defined, the Fiber becames non-blocking (see "Non-blocking
+ * has Fiber.scheduler defined, the Fiber becomes non-blocking (see "Non-blocking
* fibers" section in class docs).
*/
static VALUE