Skip to content

Commit a67fbb7

Browse files
committed
Fix typo in format description in string_spec.rb
1 parent ed6d058 commit a67fbb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/ruby_units/string_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
specify { expect("1 m".convert_to("ft")).to be_within(RubyUnits::Unit.new("0.01 ft")).of RubyUnits::Unit.new("3.28084 ft") }
99
end
1010

11-
describe "% (format)S" do
11+
describe "% (format)" do
1212
subject(:unit) { RubyUnits::Unit.new("1.23456 m/s^2") }
1313

1414
specify { expect("%0.2f" % 1.23).to eq("1.23") }

0 commit comments

Comments
 (0)