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

* ChangeLog: typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@50934 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
usa 2015-06-17 06:25:05 +00:00
parent f9fca8316a
commit aabe6b46a8

View file

@ -1,6 +1,6 @@
Wed Jun 17 15:15:53 2015 NAKAMURA Usaku <usa@ruby-lang.org>
* safe.rb (safe_setter): of course, don't have to warn the limitation of
* safe.c (safe_setter): of course, don't have to warn the limitation of
$SAFE=3 after it's removed.
Wed Jun 17 14:29:43 2015 SHIBATA Hiroshi <hsbt@ruby-lang.org>