summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-20 14:02:40 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-12-20 14:02:40 +0000
commitb0cd40849a55d3e03676884ea913a8c36e1da1eb (patch)
tree21fa47df38b6f62a85a7b10c8929eaeba642c170 /NEWS
parentbc483ae33554dead6b98541cc30db3f3c932f97e (diff)
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 59251a40cf..18627e8b13 100644
--- a/NEWS
+++ b/NEWS
@@ -250,7 +250,7 @@ String
* REXML::Parsers::SAX2Parser
* Fixes wrong number of arguments of entitydecl event. Document of the event
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 backward
compatibility.
* REXML::Parsers::StreamParser