From b0cd40849a55d3e03676884ea913a8c36e1da1eb Mon Sep 17 00:00:00 2001 From: kazu Date: Fri, 20 Dec 2013 14:02:40 +0000 Subject: [PATCH] fix a typo git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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