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:
parent
0de9b0fee7
commit
d5db3754f9
1 changed files with 1 additions and 1 deletions
2
NEWS
2
NEWS
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue