* 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:
drbrain 2013-01-06 02:11:40 +00:00
Родитель d0f56ab582
Коммит 015997ecde
2 изменённых файлов: 5 добавлений и 1 удалений

Просмотреть файл

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