[前][次][番号順一覧][スレッド一覧]

ruby-changes:32710

From: charliesome <ko1@a...>
Date: Sat, 1 Feb 2014 20:08:22 +0900 (JST)
Subject: [ruby-changes:32710] charliesome:r44789 (trunk): * file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'

charliesome	2014-02-01 20:08:15 +0900 (Sat, 01 Feb 2014)

  New Revision: 44789

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=44789

  Log:
    * file.c (rb_f_test): [DOC] refer to 'character' instead of 'integer'

  Modified files:
    trunk/file.c
Index: file.c
===================================================================
--- file.c	(revision 44788)
+++ file.c	(revision 44789)
@@ -4433,7 +4433,7 @@ test_check(int n, int argc, VALUE *argv) https://github.com/ruby/ruby/blob/trunk/file.c#L4433
  *  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:

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]