summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 16:41:44 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-11-10 16:41:44 +0000
commit31d355aaa9436e2b24efd5e6501cabd876267c46 (patch)
tree948366d5d7a175ce2331f39f73e71a5635e8ef1e /NEWS
parent91d38d5736695e374964b3a4f203ff1ec0c06ef8 (diff)
fix typos
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@43642 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS4
1 files changed, 2 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index db9de27380..acca353d0a 100644
--- a/NEWS
+++ b/NEWS
@@ -155,7 +155,7 @@ with all sufficient information, see the ChangeLog file.
* 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 ChangeLog file.
* 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.