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

ruby-changes:50643

From: kazu <ko1@a...>
Date: Sun, 18 Mar 2018 15:54:27 +0900 (JST)
Subject: [ruby-changes:50643] kazu:r62805 (trunk): Remove duplicated `, ` [ci skip]

kazu	2018-03-18 15:54:21 +0900 (Sun, 18 Mar 2018)

  New Revision: 62805

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

  Log:
    Remove duplicated `,` [ci skip]

  Modified files:
    trunk/io.c
Index: io.c
===================================================================
--- io.c	(revision 62804)
+++ io.c	(revision 62805)
@@ -7226,7 +7226,7 @@ rb_freopen(VALUE fname, const char *mode https://github.com/ruby/ruby/blob/trunk/io.c#L7226
 /*
  *  call-seq:
  *     ios.reopen(other_IO)             -> ios
- *     ios.reopen(path, mode, [, opt])  -> ios
+ *     ios.reopen(path, mode [, opt])   -> ios
  *
  *  Reassociates <em>ios</em> with the I/O stream given in
  *  <i>other_IO</i> or to a new stream opened on <i>path</i>. This may

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

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