Skip to content

Commit 1dd5427

Browse files
author
Ivanov-Anton
authored
Fix typo in spec file description [ci skip]
fixed typo for spec description
1 parent b3f355c commit 1dd5427

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby/shared/rational/truncate.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
end
5656
end
5757

58-
describe "with an invalid valud for precision" do
58+
describe "with an invalid value for precision" do
5959
it "raises a TypeError" do
6060
-> { @rational.truncate(nil) }.should raise_error(TypeError, "not an integer")
6161
-> { @rational.truncate(1.0) }.should raise_error(TypeError, "not an integer")

0 commit comments

Comments
 (0)