mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
Change Fibder to Fiber and a couple other wording issues
This commit is contained in:
@@ -10,8 +10,8 @@
|
||||
* call-seq:
|
||||
* Fiber.new{...} -> obj
|
||||
*
|
||||
* Creates an fiber, whose execution is suspend until it explicitly
|
||||
* resumed using <code>Fibder#resume</code> method.
|
||||
* Creates a fiber, whose execution is suspend until it is explicitly
|
||||
* resumed using <code>Fiber#resume</code> method.
|
||||
* The code running inside the fiber can give up control by calling
|
||||
* <code>Fiber.yield</code> in which case it yields control back to caller
|
||||
* (the caller of the <code>Fiber#resume</code>).
|
||||
|
||||
Reference in New Issue
Block a user