aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authortadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-23 12:49:06 +0000
committertadf <tadf@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2011-07-23 12:49:06 +0000
commita7c15b2617620b79ea734faf31dacc8e72ed5ad1 (patch)
treec8c0a5d29fa836eced118ef1f57f0667fc3ecf70 /ChangeLog
parentf0fa1d7a5a650206daac14f2093fd248d4267f9d (diff)
downloadruby-a7c15b2617620b79ea734faf31dacc8e72ed5ad1.tar.gz
method name
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32644 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 24e35776c9..7661cd7f78 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Sat Jul 23 21:14:00 2011 Tadayoshi Funaba <tadf@dotrb.org>
- * lib/cmath.rb: should return a real number if possible.
+ * lib/cmath.rb (cbrt): should return a real number if possible.
Sat Jul 23 20:12:52 2011 NARUSE, Yui <naruse@ruby-lang.org>