Revision
3481
Author
ernest.prabhakar@gmail.com
Date
2010-02-10 16:14:49 -0800 (Wed, 10 Feb 2010)

Log Message

Doc typo in Dispatch::Future

Modified Paths

Diff

Modified: MacRuby/trunk/lib/dispatch/future.rb (3480 => 3481)


--- MacRuby/trunk/lib/dispatch/future.rb	2010-02-10 23:47:12 UTC (rev 3480)
+++ MacRuby/trunk/lib/dispatch/future.rb	2010-02-11 00:14:49 UTC (rev 3481)
@@ -6,7 +6,7 @@
    
   class Future
     # Create a future that asynchronously dispatches the block 
-    # to the default queue
+    # to a concurrent queue of the specified (optional) +priority+
     attr_accessor :group
     
     def initialize(priority = nil, &block)