summaryrefslogtreecommitdiffstats
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
commitc001b601f7363347ec1ebb5c8977aef4036a8d51 (patch)
tree1d4557123499c292c46777202853b46e7810d8d2 /object.c
parent400390e507804c4ee14bde3f441df8c0a47d0958 (diff)
downloadruby-c001b601f7363347ec1ebb5c8977aef4036a8d51.tar.gz
ruby-c001b601f7363347ec1ebb5c8977aef4036a8d51.tar.xz
ruby-c001b601f7363347ec1ebb5c8977aef4036a8d51.zip
* eval.c (break_jump): break should not cross functions.
[ruby-list:40818] git-svn-id: http://svn.ruby-lang.org/repos/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 1a81fd7d8..c422636a5 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'.
*