From 6fcad7f1c55d4e93226084cc4aaa8ad45e6ff584 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 11 May 2005 07:00:32 +0000 Subject: * 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 --- object.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'object.c') 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'. * -- cgit v1.2.3