diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-05 02:04:57 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2012-07-05 02:04:57 +0000 |
commit | d5db3754f93f8497bd8517ea21c6813c664eadc2 (patch) | |
tree | 13dad170a39b599f554b1df2d92f9167c0c148da /NEWS | |
parent | 0de9b0fee7dbe174e29208007ce9cb91d7487ea6 (diff) | |
download | ruby-d5db3754f93f8497bd8517ea21c6813c664eadc2.tar.gz |
fix a typo
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -55,7 +55,7 @@ with all sufficient information, see the ChangeLog file. * Module * added method: * added Module#prepend which is similar to Module#include, - however a mehtod in the prepended module overrides the + however a method in the prepended module overrides the corresponding method in the prepending module. * extended method: * Module#define_method accepts a UnboundMethod from a Module. |