summaryrefslogtreecommitdiff
path: root/object.c
diff options
context:
space:
mode:
authordave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-28 20:47:56 +0000
committerdave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2003-12-28 20:47:56 +0000
commit6cd63a70f6ecf416485261ee93c25c5f98879566 (patch)
treeeec9f1fc88d2ac95e3e40b9f3d10d0cc786d990c /object.c
parent9f5554aa5c341c259920afd01f745406af8ab270 (diff)
RDoc Struct and random
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5340 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 ea7aa9ac58..90b76979a4 100644
--- a/object.c
+++ b/object.c
@@ -729,7 +729,7 @@ rb_obj_frozen_p(obj)
/*
- * Document-class: NillClass
+ * Document-class: NilClass
*
* The class of the singleton object <code>nil</code>.
*/