[macruby-changes] [3424] MacRuby/trunk/gcd.c

source_changes at macosforge.org source_changes at macosforge.org
Wed Feb 3 17:16:09 PST 2010


Revision: 3424
          http://trac.macosforge.org/projects/ruby/changeset/3424
Author:   ernest.prabhakar at 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
  */
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macruby-changes/attachments/20100203/3ecd48d9/attachment.html>


More information about the macruby-changes mailing list