From a9b2014d26845bf7d6a63c8979e2a8d6e6cc6576 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Fri, 15 May 2020 17:45:28 +0900 Subject: Fix a typo [ci skip] --- doc/fiber.rdoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/fiber.rdoc b/doc/fiber.rdoc index 4a489edd3a..8d4bb42a51 100644 --- a/doc/fiber.rdoc +++ b/doc/fiber.rdoc @@ -98,7 +98,7 @@ context switching points. 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 v1.2.3