ruby-changes:31563
From: kazu <ko1@a...>
Date: Mon, 11 Nov 2013 01:41:51 +0900 (JST)
Subject: [ruby-changes:31563] kazu:r43642 (trunk): fix typos
kazu 2013-11-11 01:41:44 +0900 (Mon, 11 Nov 2013) New Revision: 43642 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=43642 Log: fix typos Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 43641) +++ NEWS (revision 43642) @@ -155,7 +155,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L155 * Proc * Returning from lambda proc now always exits from the Proc, not from the - method where the lambda is created. Returing from non-lambda proc exits + method where the lambda is created. Returning from non-lambda proc exits from the method, same as the former behavior. === Stdlib updates (outstanding ones only) @@ -211,7 +211,7 @@ with all sufficient information, see the https://github.com/ruby/ruby/blob/trunk/NEWS#L211 * REXML::Parsers::SAX2Parser * Fixes wrong number of arguments of entitydecl event. Document of the event - says "an array of the entity declaration" but implemenation passes two + says "an array of the entity declaration" but implementation passes two or more arguments. It is an implementation bug but it breaks backword compatibility. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/