1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix a typo [ci skip]

This commit is contained in:
Kazuhiro NISHIYAMA 2020-05-15 17:45:28 +09:00
parent 71c166e11e
commit a9b2014d26
No known key found for this signature in database
GPG key ID: 262ED8DBB4222F7A

View file

@ -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