summaryrefslogtreecommitdiff
path: root/cont.c
diff options
context:
space:
mode:
Diffstat (limited to 'cont.c')
-rw-r--r--cont.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cont.c b/cont.c
index 22c7fb3720..c0db5083a8 100644
--- a/cont.c
+++ b/cont.c
@@ -611,7 +611,7 @@ rb_cont_call(int argc, VALUE *argv, VALUE contval)
*
* The <code>Fiber#resume</code> method accepts an arbitary number of
* parameters, if it is the first call to <code>resume</code> then they
- * will be passed as block arguments. Other wise they will be the return
+ * will be passed as block arguments. Otherwise they will be the return
* value of the call to <code>Fiber.yield</code>
*
* Example: