From 8e1293730e372b0cb5ebad818129f7bbe295477d Mon Sep 17 00:00:00 2001 From: mrkn Date: Sat, 10 Dec 2016 07:49:15 +0000 Subject: bigdecimal: import version 1.3.0.pre Import bigdecimal version 1.3.0.pre. The full commit log of this changes can be found at: https://github.com/ruby/bigdecimal/compare/5c43a9e...v1.3.0.pre git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@57040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ext/bigdecimal/lib/bigdecimal/util.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/bigdecimal/lib/bigdecimal/util.rb') diff --git a/ext/bigdecimal/lib/bigdecimal/util.rb b/ext/bigdecimal/lib/bigdecimal/util.rb index 0c4e486c00..79e0ebde8b 100644 --- a/ext/bigdecimal/lib/bigdecimal/util.rb +++ b/ext/bigdecimal/lib/bigdecimal/util.rb @@ -1,7 +1,7 @@ # frozen_string_literal: false # BigDecimal extends the native Integer class to provide the #to_d method. # -# When you require the BigDecimal library in your application, this methodwill +# When you require the BigDecimal library in your application, this method will # be available on Integer objects. class Integer < Numeric # call-seq: -- cgit v1.2.3