1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* fix a typo in ChangeLog

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@31210 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2011-03-29 13:01:37 +00:00
parent a64103fbfe
commit 76cc9bf0cf

View file

@ -1,6 +1,6 @@
Tue Mar 29 21:51:31 2011 CHIKANAGA Tomoyuki <nagachika00@gmail.com>
* string.c (rb_String): Kernel#String should call to_str before to_s.
* object.c (rb_String): Kernel#String should call to_str before to_s.
Tue Mar 29 10:28:08 2011 NAKAMURA Usaku <usa@ruby-lang.org>