From 015997ecde57588a5ae850b0c27751162cbc0cf4 Mon Sep 17 00:00:00 2001 From: drbrain Date: Sun, 6 Jan 2013 02:11:40 +0000 Subject: * 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 --- ChangeLog | 4 ++++ doc/syntax/modules_and_classes.rdoc | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 66aee3b23a..76e7be2257 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Jan 6 11:11:26 2013 Eric Hodel + + * doc/syntax/modules_and_classes.rdoc: Fixed typo. + Sun Jan 6 05:35:18 2013 Eric Hodel * doc/syntax/modules_and_classes.rdoc: Added singleton classes diff --git a/doc/syntax/modules_and_classes.rdoc b/doc/syntax/modules_and_classes.rdoc index 65bd31bf7d..bcf805ac46 100644 --- a/doc/syntax/modules_and_classes.rdoc +++ b/doc/syntax/modules_and_classes.rdoc @@ -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+. -- cgit v1.2.3