summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 03:50:43 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-11-04 03:50:43 +0000
commit95e83cb3f940cc1a8ab7681ad01f67aba77554a0 (patch)
treeb6b07a7ddf397a11ba69fd03e583b1f6081f7209
parent5363dce93848410097471355cd578d1e68fa2c93 (diff)
ChangeLog: fix notation
* ChangeLog: fix notation, Kernel#String is an instance method but not a singleton method, and a typo. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@48261 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index c8736b456c..a5b1620d7b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,6 @@
Tue Nov 4 12:33:44 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>
- * object.c: fix document of Kernel.Stirng by @suzukaze
+ * object.c: fix document of Kernel#String by @suzukaze
[fix GH-743][ci skip]
Tue Nov 4 12:21:45 2014 SHIBATA Hiroshi <shibata.hiroshi@gmail.com>