diff options
| -rw-r--r-- | mrbgems/mruby-fiber/src/fiber.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/mrbgems/mruby-fiber/src/fiber.c b/mrbgems/mruby-fiber/src/fiber.c index 2ad74019f..12924c15c 100644 --- a/mrbgems/mruby-fiber/src/fiber.c +++ b/mrbgems/mruby-fiber/src/fiber.c @@ -317,8 +317,7 @@ fiber_yield(mrb_state *mrb, mrb_value self) * call-seq: * Fiber.current() -> fiber * - * Returns the current fiber. You need to <code>require 'fiber'</code> - * before using this method. If you are not running in the context of + * Returns the current fiber. If you are not running in the context of * a fiber this method will return the root fiber. */ static mrb_value |
