summaryrefslogtreecommitdiff
path: root/spec/ruby/core/complex/rect_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/core/complex/rect_spec.rb')
-rw-r--r--spec/ruby/core/complex/rect_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/core/complex/rect_spec.rb b/spec/ruby/core/complex/rect_spec.rb
index 72f2bf9930..bf3467c611 100644
--- a/spec/ruby/core/complex/rect_spec.rb
+++ b/spec/ruby/core/complex/rect_spec.rb
@@ -7,7 +7,7 @@ describe "Complex#rect" do
end
describe "Complex.rect" do
- it "is an alias of Complex#rectangular" do
+ it "is an alias of Complex.rectangular" do
Complex.method(:rect).should == Complex.method(:rectangular)
end
end