From 95e83cb3f940cc1a8ab7681ad01f67aba77554a0 Mon Sep 17 00:00:00 2001 From: nobu Date: Tue, 4 Nov 2014 03:50:43 +0000 Subject: [PATCH] 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 --- ChangeLog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 - * 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