summaryrefslogtreecommitdiffstats
path: root/object.c
diff options
context:
space:
mode:
authorusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-13 01:22:31 +0000
committerusa <usa@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2004-09-13 01:22:31 +0000
commit898eabf550d0afef7f1de6829e62088e7f49f282 (patch)
tree16c5dae97b3c326ec32410e522b967d748968f5b /object.c
parent0ec5a55c87e6356efa91121c9865c819d13455e8 (diff)
downloadruby-898eabf550d0afef7f1de6829e62088e7f49f282.tar.gz
ruby-898eabf550d0afef7f1de6829e62088e7f49f282.tar.xz
ruby-898eabf550d0afef7f1de6829e62088e7f49f282.zip
* 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
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 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".
*/