* NEWS: fix a typo.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29669 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kou 2010-11-02 12:47:18 +00:00
parent 76bce610c7
commit 8114da9e6b
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Tue Nov 2 21:46:52 2010 Kouhei Sutou <kou@cozmixng.org>
* NEWS: fix a typo.
Tue Nov 2 20:10:32 2010 Tajima Akio <artonx@yahoo.co.jp>
* test/rake/test_tasks.rb: clear env var which is used by the test.

2
NEWS
View File

@ -91,7 +91,7 @@ with all sufficient information, see the ChangeLog file.
See above.
* REXML::Document#encoding, REXML::XMLdecl#encoding,
* REXML::Document#encoding, REXML::XMLDecl#encoding,
REXML::Output#encoding and REXML::Source#encoding
Return an Encoding object not encoding name as a String.