ruby-changes:32225
From: kazu <ko1@a...>
Date: Fri, 20 Dec 2013 23:02:45 +0900 (JST)
Subject: [ruby-changes:32225] kazu:r44304 (trunk): fix a typo
kazu 2013-12-20 23:02:40 +0900 (Fri, 20 Dec 2013) New Revision: 44304 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44304 Log: fix a typo Modified files: trunk/NEWS Index: NEWS =================================================================== --- NEWS (revision 44303) +++ NEWS (revision 44304) @@ -250,7 +250,7 @@ String https://github.com/ruby/ruby/blob/trunk/NEWS#L250 * 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 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/