mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[doc] Fix grammar typo in Pty_init() docstring [ci skip]
[Fix GH-2014] From: Olle Jonsson <olle.jonsson@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@65758 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
b90bac322b
commit
cb153527c4
1 changed files with 1 additions and 1 deletions
|
@ -680,7 +680,7 @@ static VALUE cPTY;
|
|||
/*
|
||||
* 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
|
||||
|
|
Loading…
Add table
Reference in a new issue