4 Feb
2010
4 Feb
'10
1:16 a.m.
Revision: 3424 http://trac.macosforge.org/projects/ruby/changeset/3424 Author: ernest.prabhakar@gmail.com Date: 2010-02-03 17:16:08 -0800 (Wed, 03 Feb 2010) Log Message: ----------- Fix typo in gcd.c rdoc Modified Paths: -------------- MacRuby/trunk/gcd.c Modified: MacRuby/trunk/gcd.c =================================================================== --- MacRuby/trunk/gcd.c 2010-02-04 01:16:00 UTC (rev 3423) +++ MacRuby/trunk/gcd.c 2010-02-04 01:16:08 UTC (rev 3424) @@ -662,7 +662,7 @@ * * gcdq = Dispatch::Queue.new('doc') * grp = Dispatch::Group.new - * gcdq.async(grp) { print 'doc' } + * gcdq.async(grp) { print 'foo' } * grp.notify { print 'bar' } #=> foobar */