summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
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 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".
*/