diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-05 10:56:07 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2010-04-05 10:56:07 +0000 |
commit | 39f75f0a3c0ffc01268e9158756b7c56ef52fb05 (patch) | |
tree | eda316159ec81f689c0d0f68e526db0e93a68e70 | |
parent | 84b5e3e0758c34eb4e303858f12ed8ae086db7d4 (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-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |