summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authordrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-27 22:25:08 +0000
committerdrbrain <drbrain@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2006-08-27 22:25:08 +0000
commitb963ffbf1daa3a5117bf1c3e9d9c2c2351d3da5e (patch)
tree23291d1743e46c0746d62c102911b7a72ea451b2 /file.c
parent0046f355c1109dfc2883f1a3c64c61222aab0ce9 (diff)
Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@10783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/file.c b/file.c
index 00bc40cd7f..195c9fdc32 100644
--- a/file.c
+++ b/file.c
@@ -1269,10 +1269,10 @@ test_z(VALUE obj, VALUE fname)
/*
* call-seq:
- * File.file?(file_name) => integer or nil
+ * File.size?(file_name) => Integer or nil
*
- * Returns <code>nil</code> if <code>file_name</code> doesn't
- * exist or has zero size, the size of the file otherwise.
+ * Returns +nil+ if +file_name+ doesn't exist or has zero size, the size of the
+ * file otherwise.
*/
static VALUE