summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-11 07:00:32 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2005-05-11 07:00:32 +0000
commit6fcad7f1c55d4e93226084cc4aaa8ad45e6ff584 (patch)
tree1d4557123499c292c46777202853b46e7810d8d2 /object.c
parentedc4823184ab9c0c5254c71f64d72a0e66042fbb (diff)
* eval.c (break_jump): break should not cross functions.
[ruby-list:40818] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@8423 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'object.c')
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index 1a81fd7d80..c422636a5c 100644
--- a/object.c
+++ b/object.c
@@ -2453,7 +2453,7 @@ VALUE ruby_top_self;
* Creating a new Name
*
* Classes, modules, and objects are interrelated. In the diagram
- * that follows, the arrows represent inheritance, and the
+ * that follows, the vertical arrows represent inheritance, and the
* parentheses meta-classes. All metaclasses are instances
* of the class `Class'.
*