From 898eabf550d0afef7f1de6829e62088e7f49f282 Mon Sep 17 00:00:00 2001 From: usa Date: Mon, 13 Sep 2004 01:22:31 +0000 Subject: * object.c (nil_inspect): fix typo. git-svn-id: http://svn.ruby-lang.org/repos/ruby/branches/ruby_1_8@6897 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 2ccc8b914..68f768c46 100644 --- a/object.c +++ b/object.c @@ -834,7 +834,7 @@ nil_to_a(obj) /* * call-seq: - * nil.to_s => "nil" + * nil.inspect => "nil" * * Always returns the string "nil". */ -- cgit