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

* ChangeLog: fix a typo for r51665.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nagachika 2015-08-22 18:28:19 +00:00
parent 8ba98ee52f
commit 73600fd6f8

View file

@ -2,7 +2,7 @@ Sat Aug 22 15:43:12 2015 Nobuyoshi Nakada <nobu@ruby-lang.org>
* vm_eval.c (check_funcall_failed, check_funcall_missing): cache
results of respond_to? and respond_to_missing?, and search a
pulibc method only for compatibility with rb_respond_to.
public method only for compatibility with rb_respond_to.
Sat Aug 22 08:23:32 2015 Koichi Sasada <ko1@atdot.net>