summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--object.c2
2 files changed, 5 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index a91a0a770d..886437d46e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Mon Sep 13 10:20:45 2004 NAKAMURA Usaku <usa@ruby-lang.org>
+
+ * object.c (nil_inspect): fix typo.
+
Mon Sep 13 01:03:02 2004 Hidetoshi NAGAI <nagai@ai.kyutech.ac.jp>
* ext/tcltklib/tcltklib.c: improve control of preserv/release tcltkip
diff --git a/object.c b/object.c
index 2ccc8b9148..68f768c46f 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".
*/