mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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
This commit is contained in:
parent
7a2b7cf197
commit
e789250325
1 changed files with 1 additions and 1 deletions
2
file.c
2
file.c
|
@ -4433,7 +4433,7 @@ test_check(int n, int argc, VALUE *argv)
|
||||||
* call-seq:
|
* call-seq:
|
||||||
* test(cmd, file1 [, file2] ) -> obj
|
* 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).
|
* table below) or on +file1+ and +file2+ (second table).
|
||||||
*
|
*
|
||||||
* File tests on a single file:
|
* File tests on a single file:
|
||||||
|
|
Loading…
Add table
Reference in a new issue