Skip to content

Commit

Permalink
Fix typo in spec
Browse files Browse the repository at this point in the history
HT Guilherme Lima Bernal
  • Loading branch information
jfirebaugh authored and brixen committed Jan 15, 2012
1 parent 9da56e9 commit 1716130
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/math/atan2_spec.rb
Expand Up @@ -51,7 +51,7 @@
Math.atan2(0.0, -0.0).should == Math::PI
end

it "returns -Pi when passed -0.0, 0.0" do
it "returns -Pi when passed -0.0, -0.0" do
Math.atan2(-0.0, -0.0).should == -Math::PI
end
end
Expand Down

0 comments on commit 1716130

Please sign in to comment.