From e7892503254baba0a8a7681fd2e61aac5ce81d5b Mon Sep 17 00:00:00 2001 From: charliesome Date: Sat, 1 Feb 2014 11:08:15 +0000 Subject: * 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 --- file.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'file.c') 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: -- cgit v1.2.3