summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-01 02:42:34 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-05-01 02:42:34 +0000
commitdabaaafd9f1932c103f489ac59a2f09ae5e02d09 (patch)
tree549bf087a661dff103e2e3032dfedae93404f890
parentd70e47dc6b410fa7b6673aba6c3be0372639fda8 (diff)
Fix typo in documentation [ci skip]
[Fix GH-1599] Author: Liam Sean Brady <liamseanbrady@gmail.com> git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@58527 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--io.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/io.c b/io.c
index 40b758c340..4cd8d4d64e 100644
--- a/io.c
+++ b/io.c
@@ -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'',