ruby-changes:9605
From: matz <ko1@a...>
Date: Mon, 29 Dec 2008 07:16:37 +0900 (JST)
Subject: [ruby-changes:9605] Ruby:r21145 (trunk): * cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>
matz 2008-12-29 07:16:19 +0900 (Mon, 29 Dec 2008) New Revision: 21145 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=21145 Log: * cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com> in [ruby-core:20921]. Modified files: trunk/ChangeLog trunk/cont.c Index: ChangeLog =================================================================== --- ChangeLog (revision 21144) +++ ChangeLog (revision 21145) @@ -1,3 +1,8 @@ +Mon Dec 29 07:15:16 2008 Yukihiro Matsumoto <matz@r...> + + * cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com> + in [ruby-core:20921]. + Mon Dec 29 03:43:25 2008 Koichi Sasada <ko1@a...> * ruby.c (process_options): set th->base_block only while Index: cont.c =================================================================== --- cont.c (revision 21144) +++ cont.c (revision 21145) @@ -611,7 +611,7 @@ * * 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: -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/