ruby-changes:39403
From: kazu <ko1@a...>
Date: Wed, 5 Aug 2015 00:36:36 +0900 (JST)
Subject: [ruby-changes:39403] kazu:r51484 (trunk): fix a typo [ci skip]
kazu 2015-08-05 00:36:18 +0900 (Wed, 05 Aug 2015) New Revision: 51484 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=51484 Log: fix a typo [ci skip] Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 51483) +++ ChangeLog (revision 51484) @@ -5,7 +5,7 @@ Tue Aug 4 16:40:26 2015 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L5 Tue Aug 04 15:30:04 2015 Koichi Sasada <ko1@a...> - * proc.c (rb_block_clear_env_self): clear by Qfalse intead of Qnil. + * proc.c (rb_block_clear_env_self): clear by Qfalse instead of Qnil. [Bug #11409] * test/ruby/test_eval.rb: add tests for this issue, -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/