summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-02 12:47:18 +0000
committerkou <kou@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-11-02 12:47:18 +0000
commit8114da9e6be525e0d4bd5107f8f2aa97c5560bc6 (patch)
tree942dcbb6059590f6c26f34599a7da29c9541d812 /NEWS
parent76bce610c73e952ce3fe9826dbb6d1cd34fb4774 (diff)
* NEWS: fix a typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@29669 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 23e944e2b0..f6290f7d2b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.