summaryrefslogtreecommitdiff
path: root/file.c
diff options
context:
space:
mode:
authorcharliesome <charliesome@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-01 11:08:15 +0000
committercharliesome <charliesome@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2014-02-01 11:08:15 +0000
commite7892503254baba0a8a7681fd2e61aac5ce81d5b (patch)
tree0cc9aeba2473997623c8830b1da4504ef8c9c737 /file.c
parent7a2b7cf1971e730086af37695fd4628b02cbc5e0 (diff)
* file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@44789 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'file.c')
-rw-r--r--file.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/file.c b/file.c
index 8e9951db7d..602a8e527d 100644
--- a/file.c
+++ b/file.c
@@ -4433,7 +4433,7 @@ test_check(int n, int argc, VALUE *argv)
* call-seq:
* test(cmd, file1 [, file2] ) -> obj
*
- * Uses the integer +cmd+ to perform various tests on +file1+ (first
+ * Uses the character +cmd+ to perform various tests on +file1+ (first
* table below) or on +file1+ and +file2+ (second table).
*
* File tests on a single file: