ruby-changes:31097
From: kazu <ko1@a...>
Date: Mon, 7 Oct 2013 19:05:58 +0900 (JST)
Subject: [ruby-changes:31097] kazu:r43176 (trunk): fix a typo
kazu 2013-10-07 19:05:52 +0900 (Mon, 07 Oct 2013) New Revision: 43176 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43176 Log: fix a typo Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 43175) +++ ChangeLog (revision 43176) @@ -36,7 +36,7 @@ Mon Oct 7 16:12:36 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L36 Mon Oct 7 14:26:01 2013 Koichi Sasada <ko1@a...> * proc.c: catch up last commit. - Type of return value of rb_iseq_first_lioneno() is now VALUE. + Type of return value of rb_iseq_first_lineno() is now VALUE. * vm_insnhelper.c (argument_error): ditto. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/