aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-15 01:17:51 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2016-04-15 01:17:51 +0000
commit1826991f26249735e29b06778723f4808f0ee1dc (patch)
tree8638f67d1256425660db4decf13fa68657d4b056 /ChangeLog
parente78beed4994b7db355a06b80b1b06026d991d38c (diff)
downloadruby-1826991f26249735e29b06778723f4808f0ee1dc.tar.gz
NEWS: mention [Feature #12245]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@54590 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a145661e48..20797d72db 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,7 +49,7 @@ Wed Apr 13 15:56:35 2016 Nobuyoshi Nakada <nobu@ruby-lang.org>
well as Float#round. [Feature #12245]
* numeric.c (flo_floor): add an optional parameter, digits, as
- well as Integer#floor. [Feature #12245]
+ well as Float#round. [Feature #12245]
* numeric.c (int_ceil): add an optional parameter, digits, as
well as Integer#round. [Feature #12245]