summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-05-15 17:45:28 +0900
committerKazuhiro NISHIYAMA <zn@mbf.nifty.com>2020-05-15 17:45:28 +0900
commita9b2014d26845bf7d6a63c8979e2a8d6e6cc6576 (patch)
treeefe4e9c837faf975a8b57db8b66090ab5619e363 /doc
parent71c166e11e761dcaaa943f9b94da38f86ada1bdb (diff)
Fix a typo [ci skip]
Diffstat (limited to 'doc')
-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