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

ruby-changes:46427

From: kazu <ko1@a...>
Date: Mon, 1 May 2017 11:42:38 +0900 (JST)
Subject: [ruby-changes:46427] kazu:r58527 (trunk): Fix typo in documentation [ci skip]

kazu	2017-05-01 11:42:34 +0900 (Mon, 01 May 2017)

  New Revision: 58527

  https://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=58527

  Log:
    Fix typo in documentation [ci skip]
    
    [Fix GH-1599]
    Author:    Liam Sean Brady <liamseanbrady@g...>

  Modified files:
    trunk/io.c
Index: io.c
===================================================================
--- io.c	(revision 58526)
+++ io.c	(revision 58527)
@@ -6416,7 +6416,7 @@ pipe_close(VALUE io) https://github.com/ruby/ruby/blob/trunk/io.c#L6416
  *
  *  If <i>cmd</i> is an +Array+ of +String+,
  *  then it will be used as the subprocess's +argv+ bypassing a shell.
- *  The array can contains a hash at first for environments and
+ *  The array can contain a hash at first for environments and
  *  a hash at last for options similar to <code>spawn</code>.
  *
  *  The default mode for the new file object is ``r'',

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

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