mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* cont.c: [DOC] Fix rdoc in example for Fiber#transfer by @majjoha
Patch submitted via documenting-ruby/ruby#33 [ci skip] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@46094 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
77a8010abd
commit
18ac026f81
2 changed files with 6 additions and 1 deletions
|
@ -1,3 +1,8 @@
|
|||
Sun May 25 10:16:43 2014 Zachary Scott <e@zzak.io>
|
||||
|
||||
* cont.c: [DOC] Fix rdoc in example for Fiber#transfer by @majjoha
|
||||
Patch submitted via documenting-ruby/ruby#33
|
||||
|
||||
Sun May 25 10:01:11 2014 Zachary Scott <e@zzak.io>
|
||||
|
||||
* lib/irb.rb: [DOC] Fixed syntax error in example by @jasdeepsingh.
|
||||
|
|
2
cont.c
2
cont.c
|
@ -1587,7 +1587,7 @@ rb_fiber_m_resume(int argc, VALUE *argv, VALUE fib)
|
|||
* fiber2.resume
|
||||
* fiber3.resume
|
||||
*
|
||||
* <em>produces</em>
|
||||
* <em>produces</em>
|
||||
*
|
||||
* In fiber 2
|
||||
* In fiber 1
|
||||
|
|
Loading…
Reference in a new issue