mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* doc/syntax/modules_and_classes.rdoc: Fixed typo.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@38712 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
d0f56ab582
commit
015997ecde
2 changed files with 5 additions and 1 deletions
|
@ -1,3 +1,7 @@
|
|||
Sun Jan 6 11:11:26 2013 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* doc/syntax/modules_and_classes.rdoc: Fixed typo.
|
||||
|
||||
Sun Jan 6 05:35:18 2013 Eric Hodel <drbrain@segment7.net>
|
||||
|
||||
* doc/syntax/modules_and_classes.rdoc: Added singleton classes
|
||||
|
|
|
@ -334,5 +334,5 @@ is equivalent to this code block:
|
|||
end
|
||||
end
|
||||
|
||||
Both objects with have a +my_method+ that returns +2+.
|
||||
Both objects will have a +my_method+ that returns +2+.
|
||||
|
||||
|
|
Loading…
Reference in a new issue