1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

fix a typo

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@36314 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
kazu 2012-07-05 02:04:57 +00:00
parent 0de9b0fee7
commit d5db3754f9

2
NEWS
View file

@ -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.