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

ruby-changes:53542

From: k0kubun <ko1@a...>
Date: Fri, 16 Nov 2018 13:25:11 +0900 (JST)
Subject: [ruby-changes:53542] k0kubun:r65758 (trunk): [doc] Fix grammar typo in Pty_init() docstring [ci skip]

k0kubun	2018-11-16 13:25:07 +0900 (Fri, 16 Nov 2018)

  New Revision: 65758

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

  Log:
    [doc] Fix grammar typo in Pty_init() docstring [ci skip]
    
    [Fix GH-2014]
    
    From: Olle Jonsson <olle.jonsson@g...>

  Modified files:
    trunk/ext/pty/pty.c
Index: ext/pty/pty.c
===================================================================
--- ext/pty/pty.c	(revision 65757)
+++ ext/pty/pty.c	(revision 65758)
@@ -680,7 +680,7 @@ static VALUE cPTY; https://github.com/ruby/ruby/blob/trunk/ext/pty/pty.c#L680
 /*
  * Document-class: PTY
  *
- * Creates and managed pseudo terminals (PTYs).  See also
+ * Creates and manages pseudo terminals (PTYs).  See also
  * http://en.wikipedia.org/wiki/Pseudo_terminal
  *
  * PTY allows you to allocate new terminals using ::open or ::spawn a new

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

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