1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44304 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2013-12-20 14:02:40 +00:00
parent bc483ae335
commit b0cd40849a

2
NEWS
View file

@ -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