From 1487d9743b6e5082676c194d023b6dabaa53085c Mon Sep 17 00:00:00 2001 From: matz Date: Sun, 28 Dec 2008 22:16:19 +0000 Subject: * cont.c: small RDoc fix mentioned from in [ruby-core:20921]. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- cont.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cont.c') 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 Fiber#resume method accepts an arbitary number of * parameters, if it is the first call to resume 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 Fiber.yield * * Example: -- cgit v1.2.3