summaryrefslogtreecommitdiff
path: root/doc/syntax
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 /doc/syntax
parentd0f56ab582c1d94a238bc218688ce5ebbb68ebeb (diff)
* 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
Diffstat (limited to 'doc/syntax')
-rw-r--r--doc/syntax/modules_and_classes.rdoc2
1 files changed, 1 insertions, 1 deletions
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+.