From a1d3a8e8619b82fbff71ae7dd264926983be829a Mon Sep 17 00:00:00 2001 From: dave Date: Mon, 12 Jan 2004 03:11:25 +0000 Subject: Add explicit line breaks in method signatures for ri. Fixup some comments in object.c. Support changes comments for "in xxx.c" git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@5443 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 c8da89168c..8dcddb5d01 100644 --- a/object.c +++ b/object.c @@ -844,7 +844,7 @@ main_to_s(obj) /*********************************************************************** - * Document-class: TrueClass + * Document-class: TrueClass * * The global value true is the only instance of class * TrueClass and represents a logically true value in -- cgit v1.2.1