[前][次][番号順一覧][スレッド一覧]

ruby-changes:61265

From: Kazuhiro <ko1@a...>
Date: Fri, 15 May 2020 17:46:36 +0900 (JST)
Subject: [ruby-changes:61265] a9b2014d26 (master): Fix a typo [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=a9b2014d26

From a9b2014d26845bf7d6a63c8979e2a8d6e6cc6576 Mon Sep 17 00:00:00 2001
From: Kazuhiro NISHIYAMA <zn@m...>
Date: Fri, 15 May 2020 17:45:28 +0900
Subject: Fix a typo [ci skip]


diff --git a/doc/fiber.rdoc b/doc/fiber.rdoc
index 4a489ed..8d4bb42 100644
--- a/doc/fiber.rdoc
+++ b/doc/fiber.rdoc
@@ -98,7 +98,7 @@ context switching points. https://github.com/ruby/ruby/blob/trunk/doc/fiber.rdoc#L98
     sleep(n)
   end.resume
 
-We also introduce a new method which simplifes the creation of these
+We also introduce a new method which simplifies the creation of these
 non-blocking fibers:
 
   Fiber do
-- 
cgit v0.10.2


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]