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