mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
91d38d5736
commit
31d355aaa9
1 changed files with 2 additions and 2 deletions
4
NEWS
4
NEWS
|
@ -155,7 +155,7 @@ with all sufficient information, see the ChangeLog file.
|
||||||
|
|
||||||
* Proc
|
* Proc
|
||||||
* Returning from lambda proc now always exits from the Proc, not from the
|
* 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.
|
from the method, same as the former behavior.
|
||||||
|
|
||||||
=== Stdlib updates (outstanding ones only)
|
=== Stdlib updates (outstanding ones only)
|
||||||
|
@ -211,7 +211,7 @@ with all sufficient information, see the ChangeLog file.
|
||||||
|
|
||||||
* REXML::Parsers::SAX2Parser
|
* REXML::Parsers::SAX2Parser
|
||||||
* Fixes wrong number of arguments of entitydecl event. Document of the event
|
* 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
|
or more arguments. It is an implementation bug but it breaks backword
|
||||||
compatibility.
|
compatibility.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue