Revision
1900
Author
lsansonetti@apple.com
Date
2009-06-19 20:52:51 -0700 (Fri, 19 Jun 2009)

Log Message

typo

Modified Paths

Diff

Modified: MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb (1899 => 1900)


--- MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb	2009-06-20 03:52:27 UTC (rev 1899)
+++ MacRuby/branches/experimental/spec/macruby/core/struct_spec.rb	2009-06-20 03:52:51 UTC (rev 1900)
@@ -213,7 +213,7 @@
     NSRect.object_id.should == CGRect.object_id
   end
 
-  it "returns an Array based on its elements when #to_s is called" do
+  it "returns an Array based on its elements when #to_a is called" do
     p = NSPoint.new(1, 2)
     o = p.to_a
     o.class.should == Array