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

* Changelog: fix typo. contribute from @chiastolite.

[fix GH-693]

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@47032 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
hsbt 2014-08-02 11:01:13 +00:00
parent cefef1f162
commit a52fa3eb19

View file

@ -4,7 +4,7 @@ Sat Aug 2 14:34:58 2014 Masaki Suketa <masaki.suketa@nifty.ne.jp>
Sat Aug 2 10:26:57 2014 Nobuyoshi Nakada <nobu@ruby-lang.org>
* object.c (rb_obj_itself): new method Object#itsef. based on the
* object.c (rb_obj_itself): new method Object#itself. based on the
patch by Rafael Franca in [ruby-core:64156].
[EXPERIMENTAL] this method may be renamed due to compatibilities.
[ruby-core:44704] [Feature #6373]