summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-13 01:22:16 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-13 01:22:16 +0000
commit03f75020c94533778c395b28a2443e67b55c870b (patch)
tree60e1fa62c23191f99846a85204e7f82b4ecd7340
parent3f5c91786052ca505a4f148649ccc1751178bbf6 (diff)
ChangeLog
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@6896 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--object.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/object.c b/object.c
index 87ce20b3de..49619fac65 100644
--- a/object.c
+++ b/object.c
@@ -808,7 +808,7 @@ nil_to_a(obj)
/*
* call-seq:
- * nil.to_s => "nil"
+ * nil.inspect => "nil"
*
* Always returns the string "nil".
*/