mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
fix typos [ci skip]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49873 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
fe2440261c
commit
e0f5a6ab48
1 changed files with 2 additions and 2 deletions
|
@ -53,8 +53,8 @@ Fri Mar 6 07:00:44 2015 Koichi Sasada <ko1@atdot.net>
|
|||
any more.
|
||||
|
||||
Note that one `Module#prepend` call creates two T_ICLASS objects.
|
||||
One for refering to a prepending Module object, same as
|
||||
`Module#include`. We don't nedd to care this T_ICLASS.
|
||||
One for referring to a prepending Module object, same as
|
||||
`Module#include`. We don't need to care this T_ICLASS.
|
||||
One for moving original mtbl from a prepending class. We need to
|
||||
mark such mtbl from this T_ICLASS object. To mark the mtbl,
|
||||
we need to use `RCLASS_ORIGIN(klass)` on marking from a prepended
|
||||
|
|
Loading…
Add table
Reference in a new issue