diff options
author | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-01 02:42:34 +0000 |
---|---|---|
committer | kazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2017-05-01 02:42:34 +0000 |
commit | dabaaafd9f1932c103f489ac59a2f09ae5e02d09 (patch) | |
tree | 549bf087a661dff103e2e3032dfedae93404f890 /io.c | |
parent | d70e47dc6b410fa7b6673aba6c3be0372639fda8 (diff) |
Fix typo in documentation [ci skip]
[Fix GH-1599]
Author: Liam Sean Brady <[email protected]>
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'io.c')
-rw-r--r-- | io.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6416,7 +6416,7 @@ pipe_close(VALUE io) * * 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'', |