aboutsummaryrefslogtreecommitdiffstats
path: root/doc/fiber.rdoc
diff options
context:
space:
mode:
Diffstat (limited to 'doc/fiber.rdoc')
-rw-r--r--doc/fiber.rdoc2
1 files changed, 1 insertions, 1 deletions
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