Skip to content

Commit

Permalink
* cont.c: small RDoc fix mentioned from <radek.bulat at gmail.com>
Browse files Browse the repository at this point in the history
  in [ruby-core:20921].

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@21145 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
  • Loading branch information
matz committed Dec 28, 2008
1 parent 813d983 commit 1487d97
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Mon Dec 29 07:15:16 2008 Yukihiro Matsumoto <matz@ruby-lang.org>

* 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@atdot.net>

* ruby.c (process_options): set th->base_block only while
Expand Down
2 changes: 1 addition & 1 deletion cont.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 1487d97

Please sign in to comment.