diff options
author | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-12-10 07:49:15 +0000 |
---|---|---|
committer | mrkn <mrkn@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2016-12-10 07:49:15 +0000 |
commit | 8e1293730e372b0cb5ebad818129f7bbe295477d (patch) | |
tree | 24475b84998b3b32f36c109f7a671fe6998bd9ef /ext/bigdecimal/lib | |
parent | 2dd993072efcf24cf95ed65d5a021cb73ea8d443 (diff) |
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
Diffstat (limited to 'ext/bigdecimal/lib')
-rw-r--r-- | ext/bigdecimal/lib/bigdecimal/util.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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: |