summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-05 10:56:07 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2010-04-05 10:56:07 +0000
commit39f75f0a3c0ffc01268e9158756b7c56ef52fb05 (patch)
treeeda316159ec81f689c0d0f68e526db0e93a68e70
parent84b5e3e0758c34eb4e303858f12ed8ae086db7d4 (diff)
fix typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@27223 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 1152b248cd..95e77bbb91 100644
--- a/NEWS
+++ b/NEWS
@@ -56,7 +56,7 @@ with all sufficient information, see the ChangeLog file.
New method with which replaces #choice.
- * Enumerator#each_entry
+ * Enumerable#each_entry
New method.