aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-06 02:11:40 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-01-06 02:11:40 +0000
commit015997ecde57588a5ae850b0c27751162cbc0cf4 (patch)
tree660d2f718dace49948fc62611a134a7193a2eea8
parentd0f56ab582c1d94a238bc218688ce5ebbb68ebeb (diff)
downloadruby-015997ecde57588a5ae850b0c27751162cbc0cf4.tar.gz
* 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
-rw-r--r--ChangeLog4
-rw-r--r--doc/syntax/modules_and_classes.rdoc2
2 files changed, 5 insertions, 1 deletions
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 <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
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+.